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

Commit 241bbb9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/ESIMD/acc_gather_scatter_rgba.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ struct Kernel {
4343
uint32_t global_offset = i * VL * STRIDE * NUM_RGBA_CHANNELS * sizeof(T);
4444

4545
simd<uint32_t, VL> byteOffsets(0, STRIDE * sizeof(T) * NUM_RGBA_CHANNELS);
46-
simd<T, VL *numChannels> v;
46+
simd<T, VL * numChannels> v;
4747
if constexpr (CH_MASK == rgba_channel_mask::ABGR)
4848
// Check that the default mask value is ABGR.
4949
v = gather_rgba(InAcc, byteOffsets, global_offset);

0 commit comments

Comments
 (0)