mjun0812/setup-cuda
Version updated for https://github.com/mjun0812/setup-cuda to version v1.3.0.
- This action is used across all versions by 1 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The setup-cuda GitHub Action simplifies the installation and configuration of NVIDIA CUDA in CI workflows by dynamically supporting any CUDA version (>= 10.0) across Linux and Windows platforms. It automates tasks such as version selection, environment variable setup, and installation method optimization, making it ideal for developers and teams needing seamless GPU acceleration in their pipelines. Key capabilities include cross-platform support, flexible version specification, and compatibility with Debian- and Fedora-based distributions.
Release notes
What’s Changed
🚀 Changes
- docs: update README examples to CUDA 13.0 and add development guide by @mjun0812 in https://github.com/mjun0812/setup-cuda/pull/9
- fix: handle spaces in Windows installer paths by @mjun0812 in https://github.com/mjun0812/setup-cuda/pull/11
Full Changelog: https://github.com/mjun0812/setup-cuda/compare/v1...v1.3.0