@@ -64,21 +64,21 @@ add_sycl_plugin(cuda
64
64
"../unified_runtime/ur/adapters/cuda/enqueue.cpp"
65
65
"../unified_runtime/ur/adapters/cuda/event.cpp"
66
66
"../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"
67
71
"../unified_runtime/ur/adapters/cuda/platform.cpp"
68
72
"../unified_runtime/ur/adapters/cuda/platform.hpp"
69
73
"../unified_runtime/ur/adapters/cuda/program.cpp"
70
74
"../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"
74
75
"../unified_runtime/ur/adapters/cuda/queue.cpp"
76
+ "../unified_runtime/ur/adapters/cuda/queue.hpp"
75
77
"../unified_runtime/ur/adapters/cuda/sampler.cpp"
76
78
"../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"
79
79
"../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 "
82
82
# ---
83
83
"${sycl_inc_dir} /sycl/detail/pi.h"
84
84
"${sycl_inc_dir} /sycl/detail/pi.hpp"
0 commit comments