mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-06-04 00:06:52 +08:00
This is the release of the CUDA 13.3 samples, which include additions for CUDA Tile C++, and updated CCCL and Python samples.
8 lines
152 B
Plaintext
8 lines
152 B
Plaintext
# Numpy vs. Cupy - Requirements
|
|
# Install with: pip install -r requirements.txt
|
|
|
|
numpy>=2.3.2
|
|
cuda-python>=13.0.0
|
|
cuda-core>=1.0.0
|
|
cupy-cuda13x>=14.0.0
|