Skip to content

Commit e51faaf

Browse files
v-klochkovbb-sycl
authored andcommitted
[ESIMD] Add test cases for 32-bit accessor based gather/scatter (intel#1014)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent c3e49c9 commit e51faaf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SYCL/ESIMD/accessor_gather_scatter.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,7 @@ int main(void) {
126126
passed &= test<int, 16, 1>(q);
127127
passed &= test<float, 8, 2>(q);
128128
passed &= test<float, 16, 1>(q);
129+
passed &= test<float, 32, 1>(q);
130+
passed &= test<float, 32, 4>(q);
129131
return passed ? 0 : 1;
130132
}

0 commit comments

Comments
 (0)