This commit is contained in:
castano 2008-01-16 01:31:24 +00:00
parent a46a788760
commit 30f8ef09b5

View File

@ -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)