Skip to content

Commit aae9eb7

Browse files
jhuber6Meinersbur
andauthored
Update offload/DeviceRTL/CMakeLists.txt
Co-authored-by: Michael Kruse <[email protected]>
1 parent 8cc8157 commit aae9eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

offload/DeviceRTL/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ set(bc_flags -c -foffload-lto -std=c++17 -fvisibility=hidden
100100
-nocudalib -nogpulib -nogpuinc -nostdlibinc
101101
-fopenmp -fopenmp-cuda-mode
102102
-Wno-unknown-cuda-version -Wno-openmp-target
103-
-Wno-unknown-assumption
103+
-Wno-unknown-assumption # TODO: Fix false-positive warning for ext_aligned_barrier
104104
-DOMPTARGET_DEVICE_RUNTIME
105105
-I${include_directory}
106106
-I${devicertl_base_directory}/../include

0 commit comments

Comments
 (0)