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 4facfec commit 31604dfCopy full SHA for 31604df
libclc/CMakeLists.txt
@@ -414,7 +414,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
414
set( build_flags )
415
set( opt_flags -O3 )
416
set( MACRO_ARCH ${ARCH} )
417
- elseif( ${DARCH} STREQUAL amdgcn OR ${DARCH} STREQUAL amdgcn-amdhsa OR ${DARCH} STREQUAL r600 )
+ elseif( ${DARCH} STREQUAL amdgcn OR ${DARCH} STREQUAL amdgcn-amdhsa )
418
# Refer to https://github.com/ROCm/clr/tree/develop/opencl for OpenCL version.
419
set( opencl_lang_std "CL2.0" )
420
0 commit comments