Explorar o código

really do not use CUDA devices since the testcase does not currently support cuFFT properly

Olivier Aumage %!s(int64=8) %!d(string=hai) anos
pai
achega
afecfba3c3
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      starpufft/tests/testx.c

+ 5 - 0
starpufft/tests/testx.c

@@ -125,6 +125,11 @@ int main(int argc, char *argv[])
 	double timing;
 	size_t bytes;
 #endif
+	struct starpu_conf conf;
+	starpu_conf_init(&conf);
+	/* FIXME: the testcase needs to be updated to properly support cuFFT */
+	conf.ncuda = 0;
+	ret = starpu_init(&conf);
 
 	ret = starpu_init(NULL);
 	if (ret == -ENODEV) return 77;