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

Commit d2abf2a

Browse files
authored
Update SYCL/GroupAlgorithm/SYCL2020/sort.cpp
1 parent 61a138b commit d2abf2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SYCL/GroupAlgorithm/SYCL2020/sort.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ int main(int argc, char *argv[]) {
349349
return 0;
350350
}
351351

352-
std::vector<int> sizes{1, 2, 64};
352+
std::vector<int> sizes{1, 12, 32};
353353

354354
for (int i = 0; i < sizes.size(); ++i) {
355355
test_sort_by_type<std::int8_t>(q, sizes[i]);

0 commit comments

Comments
 (0)