Skip to content

Commit b84d5f8

Browse files
Merge pull request #1497 from IntelPython/get-rid-of-huge-device-code
Do not use link-huge-device-code option
2 parents 2cb368c + a4c17c9 commit b84d5f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dpctl/tensor/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,10 +219,6 @@ set(_linker_options "LINKER:${DPCTL_LDFLAGS}")
219219
foreach(python_module_name ${_py_trgts})
220220
target_compile_options(${python_module_name} PRIVATE -fno-sycl-id-queries-fit-in-int)
221221
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()
226222
target_include_directories(${python_module_name}
227223
PRIVATE
228224
${CMAKE_CURRENT_SOURCE_DIR}/../include

0 commit comments

Comments
 (0)