File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -46,13 +46,11 @@ if(_dpnp_sycl_targets)
4646 ${python_module_name}
4747 PRIVATE
4848 ${_dpnp_sycl_target_compile_options}
49- # -fsycl-targets=${_dpnp_sycl_targets}
5049 )
5150 target_link_options (
5251 ${python_module_name}
5352 PRIVATE
5453 ${_dpnp_sycl_target_link_options}
55- # -fsycl-targets=${_dpnp_sycl_targets}
5654 )
5755endif ()
5856
Original file line number Diff line number Diff line change @@ -78,13 +78,11 @@ if(_dpnp_sycl_targets)
7878 ${python_module_name}
7979 PRIVATE
8080 ${_dpnp_sycl_target_compile_options}
81- # -fsycl-targets=${_dpnp_sycl_targets}
8281 )
8382 target_link_options (
8483 ${python_module_name}
8584 PRIVATE
8685 ${_dpnp_sycl_target_link_options}
87- # -fsycl-targets=${_dpnp_sycl_targets}
8886 )
8987endif ()
9088
You can’t perform that action at this time.
0 commit comments