Explorar o código

tests/perfmodels/regression_based.c: Enable asynchronous CUDA kernels

Nathalie Furmento %!s(int64=11) %!d(string=hai) anos
pai
achega
101eceed7a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/perfmodels/regression_based.c

+ 1 - 0
tests/perfmodels/regression_based.c

@@ -80,6 +80,7 @@ static struct starpu_codelet nl_memset_cl =
 {
 #ifdef STARPU_USE_CUDA
 	.cuda_funcs = {memset_cuda, NULL},
+	.cuda_flags = {STARPU_CUDA_ASYNC},
 #endif
 #ifdef STARPU_USE_OPENCL
 	.opencl_funcs = {memset_opencl, NULL},