We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be73ad commit 3afc363Copy full SHA for 3afc363
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -111,7 +111,7 @@ add_custom_command(OUTPUT ${binary_dir}/libsycl-fallback-complex.spv
111
${CMAKE_CURRENT_SOURCE_DIR}/fallback-complex.cpp
112
-o ${binary_dir}/libsycl-fallback-complex.spv
113
MAIN_DEPENDENCY fallback-complex.cpp
114
- DEPENDS device_math.h device_complex.h device.h clang llvm-spirv clang-offload-bundler
+ DEPENDS device_math.h device_complex.h device.h clang llvm-spirv
115
VERBATIM)
116
117
add_custom_command(OUTPUT ${binary_dir}/libsycl-fallback-complex.o
0 commit comments