Contributing¶
See CONTRIBUTING.md for the full guide.
Quick version¶
- Fork and clone
make testto run unit tests (no GPU needed)make lintfor golangci-lint- Commit with sign-off:
git commit -s -m "feat: my change" - Open a PR
Build requires CGO_ENABLED=1 for the NVML bindings. Tests and lint work without a GPU.