[BUG]: A few parallel algorithms have started hanging at runtime after commit 35df3a #3594
Open
1 task done
Labels
bug
Something isn't working right.
Is this a duplicate?
Type of Bug
Silent Failure
Component
Thrust
Describe the bug
A few parallel algorithms have started hanging at runtime after commit 35df3a9.
For example:
when compiling this test with:
runtime hangs here:
I suspect the bug is in the iterators that replaced thrust::cuda_cub iterators in that commit.
How to Reproduce
nvc++ --c++20 -stdpar -Ofast find_if_not.cpp; ./a.out
Expected behavior
To verify that the runtime hang is resolved.
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: