mirror of
https://github.com/NVIDIA/cuda-samples.git
synced 2026-09-12 01:06:53 +08:00
Release 13.4 of the CUDA Samples supported by CUDA Toolkit 13.4. See Changelog for more information.
12 lines
366 B
Plaintext
12 lines
366 B
Plaintext
# Simple Printf Sample - Requirements
|
|
|
|
cuda-python>=13.0.0
|
|
cuda-core>=1.0.0
|
|
# Numba JIT uses nvJitLink from pip; keep in step with cuda-bindings (e.g. 13.2.x).
|
|
# Also pin libnvvm from pip so Numba doesn't fall back to a mismatched
|
|
# system-toolkit libnvvm (nvJitLink ERROR_OUTDATED_LIBRARY).
|
|
nvidia-nvvm>=13.2.0
|
|
nvidia-nvjitlink>=13.2.0
|
|
numba-cuda>=0.29.0
|
|
numpy<2.5
|