Skip to content

Commit 0047ee5

Browse files
committed
clang-format
1 parent 7f38332 commit 0047ee5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

sycl/source/detail/adapter_impl.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
//==- adapter_impl.hpp ----------------------------------------------------------==//
1+
//==- adapter_impl.hpp
2+
//----------------------------------------------------------==//
23
//
34
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
45
// See https://llvm.org/LICENSE.txt for license information.

sycl/source/detail/kernel_name_based_cache_t.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ struct FastKernelCacheVal {
2929
const KernelArgMask *MKernelArgMask; /* Eliminated kernel argument mask. */
3030
ur_program_handle_t MProgramHandle; /* UR program handle corresponding to
3131
this kernel. */
32-
const adapter_impl &MAdapterPtr; /* We can keep reference to the adapter
33-
because during 2-stage shutdown the kernel
34-
cache is destroyed deliberately before the
35-
adapter. */
32+
const adapter_impl &MAdapterPtr; /* We can keep reference to the adapter
33+
because during 2-stage shutdown the kernel
34+
cache is destroyed deliberately before the
35+
adapter. */
3636

3737
FastKernelCacheVal(ur_kernel_handle_t KernelHandle, std::mutex *Mutex,
3838
const KernelArgMask *KernelArgMask,

0 commit comments

Comments
 (0)