From c44c5448a186cd971472193529b132c2fe0deb06 Mon Sep 17 00:00:00 2001 From: swatig Date: Thu, 14 Feb 2019 14:42:40 -0800 Subject: [PATCH] Update NVML API link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58d9040..3e4945f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ## NVML Go Bindings -[NVIDIA Management Library (NVML)](https://developer.nvidia.com/nvidia-management-library-nvml) is a C-based API for monitoring and managing NVIDIA GPU devices. +[NVIDIA Management Library (NVML)](https://docs.nvidia.com/deploy/nvml-api/nvml-api-reference.html#nvml-api-reference) is a C-based API for monitoring and managing NVIDIA GPU devices. NVML go bindings are taken from [nvidia-docker 1.0](https://github.com/NVIDIA/nvidia-docker/tree/1.0) with some improvements and additions. NVML headers are also added to the package to make it easy to use and build. ### NVML Samples