Cycles: Some typo fixes
This commit is contained in:
@@ -1193,7 +1193,7 @@ bool device_cuda_init(void)
|
|||||||
}
|
}
|
||||||
#ifndef _WIN32
|
#ifndef _WIN32
|
||||||
else if(cuewCompilerPath() != NULL) {
|
else if(cuewCompilerPath() != NULL) {
|
||||||
VLOG(1) << "Found CUDA compiled " << cuewCompilerPath();
|
VLOG(1) << "Found CUDA compiler " << cuewCompilerPath();
|
||||||
result = true;
|
result = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
Reference in New Issue
Block a user