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 94d928c commit 5bdc595Copy full SHA for 5bdc595
libclc/CMakeLists.txt
@@ -337,7 +337,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
337
list( APPEND opencl_gen_files clspv-convert.cl )
338
elseif ( NOT ENABLE_RUNTIME_SUBNORMAL )
339
list( APPEND opencl_gen_files convert-clc.cl )
340
- list( APPEND opencl_lib_files generic/lib/subnormal_use_default.ll )
+ list( APPEND opencl_lib_files generic/libspirv/subnormal_use_default.ll )
341
endif()
342
343
0 commit comments