Fix end of lines
This commit is contained in:
parent
9c963172f3
commit
a46a788760
@ -81,8 +81,8 @@ bool nv::cuda::isHardwarePresent()
|
||||
if (count == 1)
|
||||
{
|
||||
// Make sure it's not an emulation device.
|
||||
cudaDeviceProp deviceProp;
|
||||
cudaGetDeviceProperties(&deviceProp, 0);
|
||||
cudaDeviceProp deviceProp;
|
||||
cudaGetDeviceProperties(&deviceProp, 0);
|
||||
|
||||
// deviceProp.name != Device Emulation (CPU)
|
||||
if (deviceProp.major == -1 || deviceProp.minor == -1)
|
||||
|
Loading…
Reference in New Issue
Block a user