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
Some of the stdexec examples are failing to build with NVC++. The failure is:
nvc++-Fatal-Switch -gpu must have a value
I think this was triggered by the change to CMakeLists.txt in PR #1562 . I don't know enough about debugging CMake builds to confirm that or to know exactly what is going wrong.
The examples that are failing with this error are nvexec.bulk, nvexec.launch, nvexec.maxwell_gpu_m, nvexec.maxwell_gpu_s, nvexec.nvtx, nvexec.reduce, and nvexec.split.