mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-22 10:45:06 +00:00
Change API version for CUDA plugin.
This commit is contained in:
parent
9a98c31514
commit
4209aeb94d
1 changed files with 1 additions and 1 deletions
|
@ -350,7 +350,7 @@ bool xmrig::CudaLib::load()
|
|||
return false;
|
||||
}
|
||||
|
||||
if (pVersion(ApiVersion) != 6u) {
|
||||
if (pVersion(ApiVersion) != 3U) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue