Cycles: Initial support for OpenCL capabilities reports
For now it's just generic information, still need to expose memory, workgorup sizes and so on.
This commit is contained in:
@@ -1163,7 +1163,7 @@ string device_cuda_capabilities(void)
|
||||
if(result != CUDA_ERROR_NO_DEVICE) {
|
||||
return string("Error initializing CUDA: ") + cuewErrorString(result);
|
||||
}
|
||||
return "No CUDA device found";
|
||||
return "No CUDA device found\n";
|
||||
}
|
||||
|
||||
int count;
|
||||
|
||||
Reference in New Issue
Block a user