Skip to content

Commit f640e40

Browse files
committed
Provide work-group & global size
RangeRoundedKernel can prevent inlining
1 parent 89eec99 commit f640e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/syclcompat/launch/launch_inlining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ void dynamic_local_mem_typed_kernel(T *data, char *local_mem) {
7272
};
7373

7474
int test_write_mem() {
75-
compat_exp::launch_policy my_dim3_config(syclcompat::dim3{32});
75+
compat_exp::launch_policy my_dim3_config(syclcompat::dim3{32}, syclcompat::dim3{32});
7676

7777
const int memsize = 1024;
7878
int *d_a = (int *)syclcompat::malloc(memsize);

0 commit comments

Comments
 (0)