Skip to content

[BUG] gpuCI is not building cuDF with PER_THREAD_DEFAULT_STREAM #9165

@harrism

Description

@harrism

Describe the bug
#5673 enabled building with PER_THREAD_DEFAULT_STREAM for all gpuCI test builds of libcudf. This seems to have stopped working. This log of a recent PR build shows that the strings PER_THREAD_DEFAULT_STREAM and ptds do not appear in any of the compiler command lines.

We had a pretty bad RMM bug that would have been caught if PTDS was still being tested.

I'm not sure why this is happening, as the build.sh scripts in cuDF are still passing the -ptds option.

Steps/Code to reproduce bug
Look at recent gpuCI libcudf compilation.

Expected behavior
PTDS should be enabled for libcudf test builds.

Environment overview (please complete the following information)

  • Environment location: gpuCI

Metadata

Metadata

Assignees

Labels

bugSomething isn't workinglibcudfAffects libcudf (C++/CUDA) code.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions