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 e04e140 commit 8f3ccd1Copy full SHA for 8f3ccd1
libclc/CMakeLists.txt
@@ -445,8 +445,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
445
if( ARCH STREQUAL amdgcn OR ARCH STREQUAL r600 OR ARCH STREQUAL amdgcn-amdhsa )
446
set ( private_addrspace_val 5 )
447
endif()
448
- if( ARCH STREQUAL spirv OR ARCH STREQUAL spirv64
449
- OR ARCH STREQUAL clspv OR ARCH STREQUAL clspv64 )
+ if( ARCH STREQUAL spirv OR ARCH STREQUAL spirv64)
450
set ( generic_addrspace_val 4 )
451
452
list( APPEND build_flags
0 commit comments