Fix end of lines

2.0
castano 17 years ago
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…
Cancel
Save