We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc8157 commit aae9eb7Copy full SHA for aae9eb7
offload/DeviceRTL/CMakeLists.txt
@@ -100,7 +100,7 @@ set(bc_flags -c -foffload-lto -std=c++17 -fvisibility=hidden
100
-nocudalib -nogpulib -nogpuinc -nostdlibinc
101
-fopenmp -fopenmp-cuda-mode
102
-Wno-unknown-cuda-version -Wno-openmp-target
103
- -Wno-unknown-assumption
+ -Wno-unknown-assumption # TODO: Fix false-positive warning for ext_aligned_barrier
104
-DOMPTARGET_DEVICE_RUNTIME
105
-I${include_directory}
106
-I${devicertl_base_directory}/../include
0 commit comments