Fix RTX PRO 6000 Blackwell CI - #21999
Conversation
This reverts commit 9f31e1d.
|
I'm inclined to believe the new rtxpro6000 test failure is due to a compute-sanitizer bug or incompatibility. |
|
Verified this is likely a compute-sanitizer issue. The error appears to be a false-positive on the TMA-based operation We could modify https://github.com/rapidsai/cudf/blob/main/ci/run_cudf_examples.sh to run the examples without compute-sanitizer when running on rtxpro6000 but I'm not sure how to detect that. |
|
Installed CUDA toolkit 13.2 and compute-sanitizer 2026.1 and the error still persists. This output includes line numbers too. |
|
CI output is now more useful with 4254f63 |
|
/merge |
This reverts commit 9f31e1d. Closes NVIDIA#21953. With rapidsai/rapids-cmake#996, the previous bug should be fixed. Authors: - Bradley Dice (https://github.com/bdice) - David Wendt (https://github.com/davidwendt) Approvers: - James Lamb (https://github.com/jameslamb) URL: NVIDIA#21999
Description
This reverts commit 9f31e1d. Closes #21953.
With rapidsai/rapids-cmake#996, the previous bug should be fixed.
Checklist