StarPU: refactor GPU codelets
Compare changes
Files
15@@ -46,7 +46,6 @@ static void cl_zcesca_cpu_func(void *descr[], void *cl_arg)
Change the allocation of the cl_args to have a malloc instead of stack allocation to make sure the GPU kernels are referencing something still allocated when submitting the kernels.