Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit c163f83

Browse files
committed
format
1 parent 50a968b commit c163f83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SYCL/Basic/multi_device_context.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
#include <stdlib.h>
99
#include <sycl/sycl.hpp>
1010

11-
sycl::event add(sycl::queue& q, sycl::buffer<int>& buff, int *usm,
12-
sycl::event& e) {
11+
sycl::event add(sycl::queue &q, sycl::buffer<int> &buff, int *usm,
12+
sycl::event &e) {
1313
return q.submit([&](sycl::handler &cgh) {
1414
auto acc = buff.get_access<sycl::access::mode::read_write>(cgh);
1515
cgh.depends_on(e);

0 commit comments

Comments
 (0)