|
@@ -48,7 +48,7 @@ static int can_execute(unsigned workerid, struct starpu_task *task, unsigned nim
|
|
props = starpu_cuda_get_device_properties(workerid);
|
|
props = starpu_cuda_get_device_properties(workerid);
|
|
if (props->major >= 2 || props->minor >= 3)
|
|
if (props->major >= 2 || props->minor >= 3)
|
|
/* At least compute capability 1.3, supports doubles */
|
|
/* At least compute capability 1.3, supports doubles */
|
|
- return 0;
|
|
|
|
|
|
+ return 1;
|
|
#endif
|
|
#endif
|
|
/* Old card, does not support doubles */
|
|
/* Old card, does not support doubles */
|
|
return 0;
|
|
return 0;
|