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 e971939 commit 98003eeCopy full SHA for 98003ee
libclc/CMakeLists.txt
@@ -336,9 +336,6 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
336
# Disables NVVM reflection to defer to after linking
337
set( flags "SHELL:-Xclang -target-feature" "SHELL:-Xclang +ptx72"
338
"SHELL:-march=sm_86" "SHELL:-mllvm --nvvm-reflect-enable=false")
339
- elseif( ${ARCH} STREQUAL amdgcn )
340
- # AMDGCN needs generic address space for atomics
341
- set( flags "SHELL:-Xclang -cl-std=CL2.0")
342
else()
343
set ( flags )
344
endif()
0 commit comments