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
Another bug uncovered by #1713. clang-13's default OpenMP support is broken when using CUDA:
/usr/lib/llvm-13/lib/clang/13.0.1/include/omp.h(487): error: function "omp_is_initial_device" has already been defined
This is related to clang-13 enabling OpenMP 5 by default; lowering the OpenMP version seems to silence this error. See this related issue on NVIDIA's issue tracker:
Another bug uncovered by #1713. clang-13's default OpenMP support is broken when using CUDA:
This is related to clang-13 enabling OpenMP 5 by default; lowering the OpenMP version seems to silence this error. See this related issue on NVIDIA's issue tracker:
NVIDIA/cuda-samples#102
The text was updated successfully, but these errors were encountered: