Dheemanth b7c5481c55
Release v13.3 of the CUDA samples with CUDA 13.3 Toolkit (#435)
This is the release of the CUDA 13.3 samples, which include additions for CUDA Tile C++, and updated CCCL and Python samples.
2026-05-27 16:50:59 -05:00

11 lines
391 B
Plaintext

# Custom PyTorch Kernel Sample Requirements
#
# NOTE: On Windows, the default `torch` wheel from PyPI is CPU-only and the
# sample will fail with "Torch not compiled with CUDA enabled". Install a
# CUDA-enabled torch from PyTorch's wheel index first (see README.md):
# pip install torch --index-url https://download.pytorch.org/whl/cu128
cuda-python>=13.0.0
cuda-core>=1.0.0
torch>=2.0.0