Skip to content

Commit bff19f4

Browse files
authored
Update free_function_kernel.cpp
1 parent c3b494c commit bff19f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/WorkGroupMemory/free_function_kernel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ void test(size_t SIZE, size_t WGSIZE, bool UseHelper) {
7979
}
8080

8181
int main() {
82-
constexpr size_t SIZE = 1024;
82+
constexpr size_t SIZE = 512;
8383
test(SIZE, SIZE, true /* UseHelper */);
8484
test(SIZE, SIZE, false);
8585
// Test with more than one work group

0 commit comments

Comments
 (0)