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 2cb368c + a4c17c9 commit b84d5f8Copy full SHA for b84d5f8
dpctl/tensor/CMakeLists.txt
@@ -219,10 +219,6 @@ set(_linker_options "LINKER:${DPCTL_LDFLAGS}")
219
foreach(python_module_name ${_py_trgts})
220
target_compile_options(${python_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)
221
target_link_options(${python_module_name} PRIVATE -fsycl-device-code-split=per_kernel)
222
- if(UNIX)
223
- # this option is supported on Linux only
224
- target_link_options(${python_module_name} PRIVATE -fsycl-link-huge-device-code)
225
- endif()
226
target_include_directories(${python_module_name}
227
PRIVATE
228
${CMAKE_CURRENT_SOURCE_DIR}/../include
0 commit comments