We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe1bf57 commit e5497e9Copy full SHA for e5497e9
src/components/nvml/linux-nvml.c
@@ -1372,7 +1372,7 @@ linkCudaLibraries()
1372
// getenv returns NULL if environment variable is not found.
1373
char *cuda_root = getenv("PAPI_CUDA_ROOT");
1374
1375
- // We need the NVML main library, normally libnvidia-ml.so or libnvidia-ml.so.1.
+ // We need the NVML main library, normally libnvidia-ml.so or libnvidia-ml.so.1.
1376
dl3 = NULL; // Ensure reset to NULL.
1377
1378
int soNamesToSearchCount = 3;
0 commit comments