mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-05-14 14:06:53 +08:00
- Added Python samples for CUDA Python 1.0 release - Renamed top-level `Samples` directory to `cpp` to accommodate Python samples.
8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
# CUDA Python Samples — common base for CUDA 13.x
|
|
# Install sample-specific extras from each sample's requirements.txt (RAPIDS, TensorFlow, etc.).
|
|
|
|
cuda-python>=13.0.0
|
|
cuda-core>=0.6.0
|
|
cupy-cuda13x>=13.0.0
|
|
numpy>=2.3.2
|