Skip to content

Commit 3f670e2

Browse files
[SYCL][Graph] Fix clang-format
1 parent f6d8258 commit 3f670e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sycl/plugins/cuda/pi_cuda.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ pi_result piPluginInit(pi_plugin *PluginInit) {
12041204
#define _PI_API(api) \
12051205
(PluginInit->PiFunctionTable).api = (decltype(&::api))(&api);
12061206
#include <sycl/detail/pi.def>
1207-
#undef _PI_API
1207+
#undef _PI_API
12081208
return PI_SUCCESS;
12091209
}
12101210

sycl/plugins/unified_runtime/ur/adapters/cuda/command_buffer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
ur_exp_command_buffer_handle_t_::ur_exp_command_buffer_handle_t_(
1818
ur_context_handle_t hContext, ur_device_handle_t hDevice)
19-
: Context(hContext),
20-
Device(hDevice), CudaGraph{nullptr}, CudaGraphExec{nullptr}, RefCount{1} {
19+
: Context(hContext), Device(hDevice), CudaGraph{nullptr},
20+
CudaGraphExec{nullptr}, RefCount{1} {
2121
urContextRetain(hContext);
2222
urDeviceRetain(hDevice);
2323
}

0 commit comments

Comments
 (0)