Explorar o código

Disable opencl test for matrix_as_vector, it is not implemented

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
36fb11e672
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      tests/microbenchs/matrix_as_vector.c

+ 2 - 0
tests/microbenchs/matrix_as_vector.c

@@ -237,12 +237,14 @@ int main(int argc, char **argv)
 		ret = check_size_on_device(STARPU_CUDA, "STARPU_CUDA");
 		if (ret) goto error;
 	}
+#if 0
 	devices = starpu_opencl_worker_get_count();
 	if (devices)
 	{
 		ret = check_size_on_device(STARPU_OPENCL, "STARPU_OPENCL");
 		if (ret) goto error;
 	}
+#endif
 
 error:
 	if (ret == -ENODEV) ret=STARPU_TEST_SKIPPED;