Implemented NvmlLib.

This commit is contained in:
XMRig
2019-10-30 20:26:21 +07:00
parent c99df6dbf4
commit 114ed18c85
8 changed files with 203 additions and 12 deletions

View File

@@ -36,6 +36,7 @@ if (WITH_CUDA)
list(APPEND HEADERS_BACKEND_CUDA
src/backend/cuda/wrappers/nvml_lite.h
src/backend/cuda/wrappers/NvmlHealth.h
src/backend/cuda/wrappers/NvmlLib.h
)