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.
2 parents 2280ae1 + 9af90dd commit 25a7f42Copy full SHA for 25a7f42
dpctl/tensor/CMakeLists.txt
@@ -46,6 +46,7 @@ pybind11_add_module(${python_module_name} MODULE
46
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/where.cpp
47
${CMAKE_CURRENT_SOURCE_DIR}/libtensor/source/device_support_queries.cpp
48
)
49
+target_compile_options(${python_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)
50
target_link_options(${python_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
51
if(UNIX)
52
# this option is support on Linux only
0 commit comments