File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ endif()
8282target_link_options (${_trgt} PUBLIC -fsycl-device-code-split=per_kernel )
8383if (UNIX )
8484 # this option is support on Linux only
85- target_link_options (${_trgt} PUBLIC -fsycl-link -huge-device-code )
85+ target_link_options (${_trgt} PUBLIC -flink -huge-device-code )
8686endif ()
8787
8888if (DPNP_GENERATE_COVERAGE)
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ endif()
6868target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
6969if (UNIX )
7070 # this option is support on Linux only
71- target_link_options (${python_module_name} PUBLIC -fsycl-link -huge-device-code )
71+ target_link_options (${python_module_name} PUBLIC -flink -huge-device-code )
7272endif ()
7373
7474if (DPNP_GENERATE_COVERAGE)
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ endif()
7878target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
7979if (UNIX )
8080 # this option is support on Linux only
81- target_link_options (${python_module_name} PUBLIC -fsycl-link -huge-device-code )
81+ target_link_options (${python_module_name} PUBLIC -flink -huge-device-code )
8282endif ()
8383
8484if (DPNP_GENERATE_COVERAGE)
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ endif()
6363target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
6464if (UNIX )
6565 # this option is support on Linux only
66- target_link_options (${python_module_name} PUBLIC -fsycl-link -huge-device-code )
66+ target_link_options (${python_module_name} PUBLIC -flink -huge-device-code )
6767endif ()
6868
6969if (DPNP_GENERATE_COVERAGE)
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ endif()
6363target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
6464if (UNIX )
6565 # this option is support on Linux only
66- target_link_options (${python_module_name} PUBLIC -fsycl-link -huge-device-code )
66+ target_link_options (${python_module_name} PUBLIC -flink -huge-device-code )
6767endif ()
6868
6969if (DPNP_GENERATE_COVERAGE)
You can’t perform that action at this time.
0 commit comments