# go-nvml **Repository Path**: yg9538/go-nvml ## Basic Information - **Project Name**: go-nvml - **Description**: git mirror - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-01 - **Last Updated**: 2024-10-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nvml This project is just a wrapper of nvml library. It provides the most of nvml functions includeing system and device queries. The prototype of each function can be found at http://docs.nvidia.com/deploy/nvml-api ## Build To make the binary, just run: ```bash make all ```