use tabs
This commit is contained in:
parent
a46a788760
commit
30f8ef09b5
@ -81,7 +81,7 @@ bool nv::cuda::isHardwarePresent()
|
||||
if (count == 1)
|
||||
{
|
||||
// Make sure it's not an emulation device.
|
||||
cudaDeviceProp deviceProp;
|
||||
cudaDeviceProp deviceProp;
|
||||
cudaGetDeviceProperties(&deviceProp, 0);
|
||||
|
||||
// deviceProp.name != Device Emulation (CPU)
|
||||
|
Loading…
Reference in New Issue
Block a user