Skip to content

Commit 31604df

Browse files
committed
use default OpenCL C version for r600
1 parent 4facfec commit 31604df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
414414
set( build_flags )
415415
set( opt_flags -O3 )
416416
set( MACRO_ARCH ${ARCH} )
417-
elseif( ${DARCH} STREQUAL amdgcn OR ${DARCH} STREQUAL amdgcn-amdhsa OR ${DARCH} STREQUAL r600 )
417+
elseif( ${DARCH} STREQUAL amdgcn OR ${DARCH} STREQUAL amdgcn-amdhsa )
418418
# Refer to https://github.com/ROCm/clr/tree/develop/opencl for OpenCL version.
419419
set( opencl_lang_std "CL2.0" )
420420
set( build_flags )

0 commit comments

Comments
 (0)