We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The nightly builds for libcudf are failing on cpp-tests for 11.4.3 runners with
./ci/run_cudf_examples.sh: line 18: compute-sanitizer: command not found
Reference: https://github.com/rapidsai/cudf/actions/runs/8749424748/job/24011074841
Possible solution Need to add the cuda-sanitizer-api to the dependencies.yaml:
cuda-sanitizer-api
cudf/dependencies.yaml
Line 607 in e0c4280
@ajschmidt8 recommends adding an explicit entry that targets this version: https://anaconda.org/nvidia/cuda-sanitizer-api/files?version=11.4.120
The text was updated successfully, but these errors were encountered:
Add cuda-sanitizer-api dependency for test-cpp matrix 11.4 (#15573)
13af975
Fixes dependency issue with nightly builds running 11.4.3 cpp tests requiring the compute-sanitizer tool. Closes #15571 Authors: - David Wendt (https://github.com/davidwendt) - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) - Vyas Ramasubramani (https://github.com/vyasr) - Ray Douglass (https://github.com/raydouglass) URL: #15573
davidwendt
Successfully merging a pull request may close this issue.
Describe the bug
The nightly builds for libcudf are failing on cpp-tests for 11.4.3 runners with
Reference: https://github.com/rapidsai/cudf/actions/runs/8749424748/job/24011074841
Possible solution
Need to add the
cuda-sanitizer-api
to the dependencies.yaml:cudf/dependencies.yaml
Line 607 in e0c4280
@ajschmidt8 recommends adding an explicit entry that targets this version: https://anaconda.org/nvidia/cuda-sanitizer-api/files?version=11.4.120
The text was updated successfully, but these errors were encountered: