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.
11 lines
337 B
Plaintext
11 lines
337 B
Plaintext
# Python Multi-Block Cooperative Reduction Sample Requirements
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
numpy>=2.3.2
|
|
cuda-core>=0.6.0
|
|
cuda-python>=13.0.0
|
|
# Headers for NVRTC: cooperative_groups.h includes cuda/std/* (CCCL)
|
|
cuda-cccl>=1.0.0
|
|
# Use cupy-cuda13x>=14.0.0 for cp.cuda.Stream.from_external(stream)
|
|
cupy-cuda13x>=14.0.0
|