File tree Expand file tree Collapse file tree 7 files changed +0
-16
lines changed Expand file tree Collapse file tree 7 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ add_sycl_plugin(cuda
36
36
${UR_CUDA_ADAPTER_SOURCES}
37
37
# Some code is shared with the UR adapter
38
38
"../unified_runtime/pi2ur.hpp"
39
- "../unified_runtime/pi2ur.cpp"
40
39
"${sycl_inc_dir} /sycl/detail/pi.h"
41
40
"${sycl_inc_dir} /sycl/detail/pi.hpp"
42
41
"pi_cuda.hpp"
Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ add_sycl_plugin(hip
98
98
SOURCES
99
99
# Some code is shared with the UR adapter
100
100
"../unified_runtime/pi2ur.hpp"
101
- "../unified_runtime/pi2ur.cpp"
102
101
${UR_HIP_ADAPTER_SOURCES}
103
102
"${sycl_inc_dir} /sycl/detail/pi.h"
104
103
"${sycl_inc_dir} /sycl/detail/pi.hpp"
Original file line number Diff line number Diff line change @@ -77,7 +77,6 @@ add_sycl_plugin(level_zero
77
77
#
78
78
"ur_bindings.hpp"
79
79
"../unified_runtime/pi2ur.hpp"
80
- "../unified_runtime/pi2ur.cpp"
81
80
${UR_L0_ADAPTER_SOURCES}
82
81
# Following are the PI Level-Zero Plugin only codes.
83
82
"pi_level_zero.cpp"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_sycl_plugin(native_cpu
9
9
${UR_NATIVE_CPU_ADAPTER_SOURCES}
10
10
# Some code is shared with the UR adapter
11
11
"../unified_runtime/pi2ur.hpp"
12
- "../unified_runtime/pi2ur.cpp"
13
12
"${sycl_inc_dir} /sycl/detail/pi.h"
14
13
"${sycl_inc_dir} /sycl/detail/pi.hpp"
15
14
"pi_native_cpu.cpp"
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ add_sycl_plugin(opencl
9
9
${UR_OPENCL_ADAPTER_SOURCES}
10
10
# Some code is shared with the UR adapter
11
11
"../unified_runtime/pi2ur.hpp"
12
- "../unified_runtime/pi2ur.cpp"
13
12
"${sycl_inc_dir} /sycl/detail/pi.h"
14
13
"${sycl_inc_dir} /sycl/detail/pi.hpp"
15
14
"pi_opencl.cpp"
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
141
141
# their "ur_bindings.hpp" files.
142
142
"ur_bindings.hpp"
143
143
"pi2ur.hpp"
144
- "pi2ur.cpp"
145
144
# These below belong to Unified Runtime PI Plugin only
146
145
"pi_unified_runtime.hpp"
147
146
"pi_unified_runtime.cpp"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments