File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ endif()
82
82
target_link_options (${_trgt} PUBLIC -fsycl-device-code-split=per_kernel )
83
83
if (UNIX )
84
84
# 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 )
86
86
endif ()
87
87
88
88
if (DPNP_GENERATE_COVERAGE )
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ endif()
68
68
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
69
69
if (UNIX )
70
70
# 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 )
72
72
endif ()
73
73
74
74
if (DPNP_GENERATE_COVERAGE )
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ endif()
78
78
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
79
79
if (UNIX )
80
80
# 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 )
82
82
endif ()
83
83
84
84
if (DPNP_GENERATE_COVERAGE )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ endif()
63
63
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
64
64
if (UNIX )
65
65
# 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 )
67
67
endif ()
68
68
69
69
if (DPNP_GENERATE_COVERAGE )
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ endif()
63
63
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
64
64
if (UNIX )
65
65
# 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 )
67
67
endif ()
68
68
69
69
if (DPNP_GENERATE_COVERAGE )
You can’t perform that action at this time.
0 commit comments