Selaa lähdekoodia

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

Nathalie Furmento 11 vuotta sitten
vanhempi
commit
101eceed7a
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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},