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

Commit b3f3317

Browse files
committed
Fixed another clang-format issue
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 241bbb9 commit b3f3317

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/usm_gather_scatter_rgba.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ struct Kernel {
4040
uint32_t global_offset = i * VL * STRIDE * NUM_RGBA_CHANNELS;
4141

4242
simd<uint32_t, VL> byteOffsets(0, STRIDE * sizeof(T) * NUM_RGBA_CHANNELS);
43-
simd<T, VL *numChannels> v;
43+
simd<T, VL * numChannels> v;
4444
if constexpr (CH_MASK == rgba_channel_mask::ABGR)
4545
// Check that the default mask value is ABGR.
4646
v = gather_rgba(bufIn + global_offset, byteOffsets);

0 commit comments

Comments
 (0)