Skip to content

Commit f6515bc

Browse files
committed
Reduce test size to make sure UR does not run out or resources
1 parent d48bc42 commit f6515bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/WorkGroupMemory/swap_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ void coherency(size_t size, size_t wgsize) {
307307
});
308308
}
309309

310-
constexpr size_t N = 128;
310+
constexpr size_t N = 32;
311311
int main() {
312312
int intarr1[N][N];
313313
int intarr2[N][N];

0 commit comments

Comments
 (0)