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

Commit 26d3641

Browse files
authored
Fix clang format
1 parent b730ca3 commit 26d3641

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

SYCL/ESIMD/regression/variable_gather_mask.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ struct KernelAcc {
4949
#endif
5050
simd<uint32_t, VL>::raw_vector_type offsets = {0, 4, 8, 12, 16, 20, 24, 28};
5151
SurfaceIndex si = get_surface_index(acc);
52-
__esimd_scatter_scaled<int, VL, unsigned int, 2, 0>(pred, si, 0, offsets, v);
52+
__esimd_scatter_scaled<int, VL, unsigned int, 2, 0>(pred, si, 0, offsets,
53+
v);
5354
#else
5455
simd<int, VL> v(MASKED_LANE);
5556
simd_mask<VL> pred = 1;

0 commit comments

Comments
 (0)