Detect CUDA 2.1 properly.
This commit is contained in:
parent
1ec9f130e2
commit
bd7013a37b
@ -91,7 +91,7 @@ static bool isCudaDriverAvailable(uint version)
|
||||
|
||||
if (version >= 2010)
|
||||
{
|
||||
void * address = nvcuda.bindSymbol("cuLoadDataEx");
|
||||
void * address = nvcuda.bindSymbol("cuModuleLoadDataEx");
|
||||
if (address == NULL) return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user