Skip to content

Commit a88c6be

Browse files
committed
First full pass at NVML bindings
1 parent b347255 commit a88c6be

File tree

15 files changed

+43108
-658
lines changed

15 files changed

+43108
-658
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ repos:
4545
rev: "3e8a8703264a2f4a69428a0aa4dcb512790b2c8c" # frozen: v6.0.0
4646
hooks:
4747
- id: check-added-large-files
48+
exclude: cuda_bindings/cuda/bindings/nvml.pyx
4849
- id: check-case-conflict
4950
- id: check-docstring-first
5051
- id: check-merge-conflict

cuda_bindings/cuda/bindings/_internal/nvml.pxd

Lines changed: 361 additions & 0 deletions
Large diffs are not rendered by default.

cuda_bindings/cuda/bindings/_internal/nvml_linux.pyx

Lines changed: 7423 additions & 0 deletions
Large diffs are not rendered by default.

cuda_bindings/cuda/bindings/_internal/nvml_windows.pyx

Lines changed: 6000 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)