-
Notifications
You must be signed in to change notification settings - Fork 978
Closed
Labels
bugSomething isn't workingSomething isn't workinglibcudfAffects libcudf (C++/CUDA) code.Affects libcudf (C++/CUDA) code.
Milestone
Description
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 workingSomething isn't workinglibcudfAffects libcudf (C++/CUDA) code.Affects libcudf (C++/CUDA) code.