Skip to content

Commit 4aeb244

Browse files
authored
Delete empty pi2ur.cpp (#12161)
This translation unit appears to be empty and unused as everything is now in the header
1 parent 2547563 commit 4aeb244

File tree

7 files changed

+0
-16
lines changed

7 files changed

+0
-16
lines changed

sycl/plugins/cuda/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ add_sycl_plugin(cuda
3636
${UR_CUDA_ADAPTER_SOURCES}
3737
# Some code is shared with the UR adapter
3838
"../unified_runtime/pi2ur.hpp"
39-
"../unified_runtime/pi2ur.cpp"
4039
"${sycl_inc_dir}/sycl/detail/pi.h"
4140
"${sycl_inc_dir}/sycl/detail/pi.hpp"
4241
"pi_cuda.hpp"

sycl/plugins/hip/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ add_sycl_plugin(hip
9898
SOURCES
9999
# Some code is shared with the UR adapter
100100
"../unified_runtime/pi2ur.hpp"
101-
"../unified_runtime/pi2ur.cpp"
102101
${UR_HIP_ADAPTER_SOURCES}
103102
"${sycl_inc_dir}/sycl/detail/pi.h"
104103
"${sycl_inc_dir}/sycl/detail/pi.hpp"

sycl/plugins/level_zero/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ add_sycl_plugin(level_zero
7777
#
7878
"ur_bindings.hpp"
7979
"../unified_runtime/pi2ur.hpp"
80-
"../unified_runtime/pi2ur.cpp"
8180
${UR_L0_ADAPTER_SOURCES}
8281
# Following are the PI Level-Zero Plugin only codes.
8382
"pi_level_zero.cpp"

sycl/plugins/native_cpu/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ add_sycl_plugin(native_cpu
99
${UR_NATIVE_CPU_ADAPTER_SOURCES}
1010
# Some code is shared with the UR adapter
1111
"../unified_runtime/pi2ur.hpp"
12-
"../unified_runtime/pi2ur.cpp"
1312
"${sycl_inc_dir}/sycl/detail/pi.h"
1413
"${sycl_inc_dir}/sycl/detail/pi.hpp"
1514
"pi_native_cpu.cpp"

sycl/plugins/opencl/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ add_sycl_plugin(opencl
99
${UR_OPENCL_ADAPTER_SOURCES}
1010
# Some code is shared with the UR adapter
1111
"../unified_runtime/pi2ur.hpp"
12-
"../unified_runtime/pi2ur.cpp"
1312
"${sycl_inc_dir}/sycl/detail/pi.h"
1413
"${sycl_inc_dir}/sycl/detail/pi.hpp"
1514
"pi_opencl.cpp"

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ set(UNIFIED_RUNTIME_PLUGIN_ARGS
141141
# their "ur_bindings.hpp" files.
142142
"ur_bindings.hpp"
143143
"pi2ur.hpp"
144-
"pi2ur.cpp"
145144
# These below belong to Unified Runtime PI Plugin only
146145
"pi_unified_runtime.hpp"
147146
"pi_unified_runtime.cpp"

sycl/plugins/unified_runtime/pi2ur.cpp

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)