NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
849 stars 66 forks source link

Set up a public, GitHub-Action-based CI infrastructure #81

Open leofang opened 1 month ago

leofang commented 1 month ago

OS/Archs:

### Tasks
- [ ] linux-64, 1 GPU
- [ ] linux-aarch64, 1 GPU
- [ ] win-64, 1 GPU
- [ ] linux-64, 2 GPUs
- [ ] linux-aarch64, 2 GPUs
- [ ] win-64, 2 GPUs

Requirements ("public test matrix"):

m3vaz commented 1 month ago

The linux-64 1xGPU config we should be able to start with, the rest we'll either need to share capacity from other pools or otherwise rack and stack.

sandeepd-nv commented 1 month ago

Please review initial set of changes here: #83 and #84.