File tree Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Expand file tree Collapse file tree 5 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -80,10 +80,6 @@ endif()
80
80
# endif()
81
81
82
82
target_link_options (${_trgt} PUBLIC -fsycl-device-code-split=per_kernel )
83
- if (UNIX )
84
- # this option is support on Linux only
85
- target_link_options (${_trgt} PUBLIC -flink-huge-device-code )
86
- endif ()
87
83
88
84
if (DPNP_GENERATE_COVERAGE )
89
85
target_link_options (${_trgt} PRIVATE -fprofile-instr-generate -fcoverage-mapping )
Original file line number Diff line number Diff line change @@ -66,10 +66,6 @@ else()
66
66
endif ()
67
67
68
68
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
69
- if (UNIX )
70
- # this option is support on Linux only
71
- target_link_options (${python_module_name} PUBLIC -flink-huge-device-code )
72
- endif ()
73
69
74
70
if (DPNP_GENERATE_COVERAGE )
75
71
target_link_options (${python_module_name} PRIVATE -fprofile-instr-generate -fcoverage-mapping )
Original file line number Diff line number Diff line change @@ -77,10 +77,6 @@ else()
77
77
endif ()
78
78
79
79
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
80
- if (UNIX )
81
- # this option is support on Linux only
82
- target_link_options (${python_module_name} PUBLIC -flink-huge-device-code )
83
- endif ()
84
80
85
81
if (DPNP_GENERATE_COVERAGE )
86
82
target_link_options (${python_module_name} PRIVATE -fprofile-instr-generate -fcoverage-mapping )
Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ else()
61
61
endif ()
62
62
63
63
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
64
- if (UNIX )
65
- # this option is support on Linux only
66
- target_link_options (${python_module_name} PUBLIC -flink-huge-device-code )
67
- endif ()
68
64
69
65
if (DPNP_GENERATE_COVERAGE )
70
66
target_link_options (${python_module_name} PRIVATE -fprofile-instr-generate -fcoverage-mapping )
Original file line number Diff line number Diff line change @@ -61,10 +61,6 @@ else()
61
61
endif ()
62
62
63
63
target_link_options (${python_module_name} PUBLIC -fsycl-device-code-split=per_kernel )
64
- if (UNIX )
65
- # this option is support on Linux only
66
- target_link_options (${python_module_name} PUBLIC -flink-huge-device-code )
67
- endif ()
68
64
69
65
if (DPNP_GENERATE_COVERAGE )
70
66
target_link_options (${python_module_name} PRIVATE -fprofile-instr-generate -fcoverage-mapping )
You can’t perform that action at this time.
0 commit comments