mirror of
https://github.com/GOSTSec/ccminer
synced 2025-01-24 05:24:16 +00:00
nvapi: fix weird code style
This commit is contained in:
parent
80c755188d
commit
6c9852c153
2
nvml.cpp
2
nvml.cpp
@ -1723,7 +1723,7 @@ int nvapi_init()
|
|||||||
{
|
{
|
||||||
int num_gpus = cuda_num_devices();
|
int num_gpus = cuda_num_devices();
|
||||||
NvAPI_Status ret = NvAPI_Initialize();
|
NvAPI_Status ret = NvAPI_Initialize();
|
||||||
if (!ret == NVAPI_OK){
|
if (ret != NVAPI_OK) {
|
||||||
NvAPI_ShortString string;
|
NvAPI_ShortString string;
|
||||||
NvAPI_GetErrorMessage(ret, string);
|
NvAPI_GetErrorMessage(ret, string);
|
||||||
if (opt_debug)
|
if (opt_debug)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user