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()
8080# endif()
8181
8282target_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 ()
8783
8884if (DPNP_GENERATE_COVERAGE)
8985 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()
6666endif ()
6767
6868target_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 ()
7369
7470if (DPNP_GENERATE_COVERAGE)
7571 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()
7777endif ()
7878
7979target_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 ()
8480
8581if (DPNP_GENERATE_COVERAGE)
8682 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()
6161endif ()
6262
6363target_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 ()
6864
6965if (DPNP_GENERATE_COVERAGE)
7066 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()
6161endif ()
6262
6363target_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 ()
6864
6965if (DPNP_GENERATE_COVERAGE)
7066 target_link_options (${python_module_name} PRIVATE -fprofile-instr-generate -fcoverage-mapping)
You can’t perform that action at this time.
0 commit comments