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

Commit ff6000d

Browse files
authored
[ESIMD] Add test cases for 32-bit accessor based gather/scatter (#1014)
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
1 parent 89d93f3 commit ff6000d

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)