Skip to content

Commit 7fe7b8d

Browse files
committed
fix formatting
1 parent 358ad19 commit 7fe7b8d

File tree

4 files changed

+4497
-4120
lines changed

4 files changed

+4497
-4120
lines changed

sycl/test-e2e/Graph/AsyncAlloc/Inputs/async_alloc_device_memory_reuse_zero_init.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ void add_nodes_to_graph(
1616
exp_ext::command_graph<exp_ext::graph_state::modifiable> &Graph,
1717
queue &Queue, size_t Size, T *PtrInput) {
1818
// Create a memory pool for async allocations with the zero init property
19-
exp_ext::memory_pool MemPool{
20-
Queue, usm::alloc::device, exp_ext::properties{exp_ext::zero_init()}};
19+
exp_ext::memory_pool MemPool{Queue, usm::alloc::device,
20+
exp_ext::properties{exp_ext::zero_init()}};
2121
// Create 2 pointers for async allocations
2222
T *AsyncPtrA = nullptr;
2323
T *AsyncPtrB = nullptr;

sycl/test-e2e/Graph/AsyncAlloc/Inputs/async_alloc_device_zero_init.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ int main() {
1616

1717
exp_ext::command_graph Graph{Queue.get_context(), Queue.get_device()};
1818

19-
exp_ext::memory_pool MemPool{
20-
Queue, usm::alloc::device, exp_ext::properties{exp_ext::zero_init()}};
19+
exp_ext::memory_pool MemPool{Queue, usm::alloc::device,
20+
exp_ext::properties{exp_ext::zero_init()}};
2121

2222
// Add commands to graph
2323
T *AsyncPtrA = nullptr;

sycl/test/abi/sycl_symbols_linux.dump

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3573,6 +3573,7 @@ _ZN4sycl3_V17handler22setHandlerKernelBundleENS0_6kernelE
35733573
_ZN4sycl3_V17handler22setHandlerKernelBundleERKSt10shared_ptrINS0_6detail18kernel_bundle_implEE
35743574
_ZN4sycl3_V17handler22setKernelClusterLaunchENS0_5rangeILi3EEEi
35753575
_ZN4sycl3_V17handler22setKernelIsCooperativeEb
3576+
_ZN4sycl3_V17handler23instantiateKernelOnHostEPv
35763577
_ZN4sycl3_V17handler24GetRangeRoundingSettingsERmS2_S2_
35773578
_ZN4sycl3_V17handler24ext_intel_read_host_pipeENS0_6detail11string_viewEPvmb
35783579
_ZN4sycl3_V17handler24ext_oneapi_memcpy2d_implEPvmPKvmmm

0 commit comments

Comments
 (0)