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 f469af2 commit a20344bCopy full SHA for a20344b
dpctl/tensor/CMakeLists.txt
@@ -19,7 +19,7 @@ set(python_module_name _tensor_impl)
19
pybind11_add_module(${python_module_name} MODULE
20
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/tensor_py.cpp
21
)
22
-target_compile_options(${python_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
+target_link_options(${python_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
23
target_include_directories(${python_module_name}
24
PRIVATE
25
${CMAKE_CURRENT_SOURCE_DIR}/../include
0 commit comments