Skip to content

Commit 2a50972

Browse files
committed
[SYCL][CUDA] Tidy CMakeLists.txt
1 parent a0de2d7 commit 2a50972

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

sycl/plugins/cuda/CMakeLists.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,21 @@ add_sycl_plugin(cuda
6464
"../unified_runtime/ur/adapters/cuda/enqueue.cpp"
6565
"../unified_runtime/ur/adapters/cuda/event.cpp"
6666
"../unified_runtime/ur/adapters/cuda/event.hpp"
67+
"../unified_runtime/ur/adapters/cuda/kernel.cpp"
68+
"../unified_runtime/ur/adapters/cuda/kernel.hpp"
69+
"../unified_runtime/ur/adapters/cuda/memory.cpp"
70+
"../unified_runtime/ur/adapters/cuda/memory.hpp"
6771
"../unified_runtime/ur/adapters/cuda/platform.cpp"
6872
"../unified_runtime/ur/adapters/cuda/platform.hpp"
6973
"../unified_runtime/ur/adapters/cuda/program.cpp"
7074
"../unified_runtime/ur/adapters/cuda/program.hpp"
71-
"../unified_runtime/ur/adapters/cuda/kernel.cpp"
72-
"../unified_runtime/ur/adapters/cuda/kernel.hpp"
73-
"../unified_runtime/ur/adapters/cuda/queue.hpp"
7475
"../unified_runtime/ur/adapters/cuda/queue.cpp"
76+
"../unified_runtime/ur/adapters/cuda/queue.hpp"
7577
"../unified_runtime/ur/adapters/cuda/sampler.cpp"
7678
"../unified_runtime/ur/adapters/cuda/sampler.hpp"
77-
"../unified_runtime/ur/adapters/cuda/usm.cpp"
78-
"../unified_runtime/ur/adapters/cuda/ur_interface_loader.cpp"
7979
"../unified_runtime/ur/adapters/cuda/tracing.cpp"
80-
"../unified_runtime/ur/adapters/cuda/memory.cpp"
81-
"../unified_runtime/ur/adapters/cuda/memory.hpp"
80+
"../unified_runtime/ur/adapters/cuda/ur_interface_loader.cpp"
81+
"../unified_runtime/ur/adapters/cuda/usm.cpp"
8282
# ---
8383
"${sycl_inc_dir}/sycl/detail/pi.h"
8484
"${sycl_inc_dir}/sycl/detail/pi.hpp"

sycl/plugins/unified_runtime/CMakeLists.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,21 +140,21 @@ if ("cuda" IN_LIST SYCL_ENABLE_PLUGINS)
140140
"ur/adapters/cuda/enqueue.cpp"
141141
"ur/adapters/cuda/event.cpp"
142142
"ur/adapters/cuda/event.hpp"
143+
"ur/adapters/cuda/kernel.cpp"
144+
"ur/adapters/cuda/kernel.hpp"
145+
"ur/adapters/cuda/memory.cpp"
146+
"ur/adapters/cuda/memory.hpp"
143147
"ur/adapters/cuda/platform.cpp"
144148
"ur/adapters/cuda/platform.hpp"
145149
"ur/adapters/cuda/program.cpp"
146150
"ur/adapters/cuda/program.hpp"
147-
"ur/adapters/cuda/kernel.cpp"
148-
"ur/adapters/cuda/kernel.hpp"
149151
"ur/adapters/cuda/queue.cpp"
150152
"ur/adapters/cuda/queue.hpp"
151153
"ur/adapters/cuda/sampler.cpp"
152154
"ur/adapters/cuda/sampler.hpp"
153-
"ur/adapters/cuda/memory.cpp"
154-
"ur/adapters/cuda/memory.hpp"
155-
"ur/adapters/cuda/usm.cpp"
156-
"ur/adapters/cuda/ur_interface_loader.cpp"
157155
"ur/adapters/cuda/tracing.cpp"
156+
"ur/adapters/cuda/ur_interface_loader.cpp"
157+
"ur/adapters/cuda/usm.cpp"
158158
INCLUDE_DIRS
159159
${sycl_inc_dir}
160160
LIBRARIES

0 commit comments

Comments
 (0)