You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While migrating the CI to use nvks runners, two libcu++ tests fail with timeouts: heterogeneous/barrier_abi_v2.pass.cpp and heterogeneous/barrier.pass.cpp.
Note that this only happens when specifying an explicit arch. The tests pass on rtx2080, t4, and v100 when compiled for 60;70;80, but fail when explicitly compiled only for 70 (v100) or 75 (t4, rtx2080).
alliepiper
changed the title
[BUG]: libcu++ barrier*.pass tests timeout on t4, rtx2080
[BUG]: libcu++ barrier*.pass tests timeout on t4, rtx2080, v100 *only* when compiled for the target arch.
Jan 29, 2025
Is this a duplicate?
Type of Bug
Runtime Error
Component
libcu++
Describe the bug
While migrating the CI to use nvks runners, two libcu++ tests fail with timeouts:
heterogeneous/barrier_abi_v2.pass.cpp
andheterogeneous/barrier.pass.cpp
.Note that this only happens when specifying an explicit arch. The tests pass on
rtx2080
,t4
, andv100
when compiled for60;70;80
, but fail when explicitly compiled only for70
(v100) or75
(t4
,rtx2080
).Failure output from CI log https://github.com/NVIDIA/cccl/actions/runs/13022094204/job/36324973191:
How to Reproduce
Run libcu++ tests on a t4 or rtx2080. Possibly any sm75 system?
To do this through CI, edit
ci/matrix.yaml
and add the following lines to the override section:This will only run the relevant jobs to ensure that the bug is fixed.
Expected behavior
The tests should pass regardless of hardware.
Reproduction link
No response
Operating System
No response
nvidia-smi output
No response
NVCC version
No response
The text was updated successfully, but these errors were encountered: