Skip to content

Commit b5f77f4

Browse files
committed
Apply pre-commit formatting rule
1 parent 4326d02 commit b5f77f4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dpctl/tensor/libtensor/include/utils/sycl_utils.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,8 @@ T custom_inclusive_scan_over_group(GroupT &&wg,
278278
// The w/s adds SYCL atomic fence, since the explicit memory fence
279279
// prevents reordering/elimination, while it will add slight overhead.
280280
T __scan_val = identity;
281-
sycl::atomic_fence(sycl::memory_order::seq_cst, sycl::memory_scope::work_item);
281+
sycl::atomic_fence(sycl::memory_order::seq_cst,
282+
sycl::memory_scope::work_item);
282283
if (in_bounds) {
283284
__scan_val = local_mem_acc[(offset + lane_id) * max_sgSize - 1];
284285
}

0 commit comments

Comments
 (0)