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 b07cc12 commit 4167545Copy full SHA for 4167545
libdevice/cmake/modules/SYCLLibdevice.cmake
@@ -111,7 +111,7 @@ set(complex_obj_deps device_complex.h device.h sycl-compiler)
111
set(cmath_obj_deps device_math.h device.h sycl-compiler)
112
set(imf_obj_deps device_imf.hpp imf_half.hpp imf_bf16.hpp device.h sycl-compiler)
113
set(itt_obj_deps device_itt.h spirv_vars.h device.h sycl-compiler)
114
-set(bfloat16_obj_deps sycl-compiler)
+set(bfloat16_obj_deps sycl-headers sycl-compiler)
115
116
add_devicelib_obj(libsycl-itt-stubs SRC itt_stubs.cpp DEP ${itt_obj_deps})
117
add_devicelib_obj(libsycl-itt-compiler-wrappers SRC itt_compiler_wrappers.cpp DEP ${itt_obj_deps})
0 commit comments