aboutsummaryrefslogtreecommitdiff
path: root/src/nvidia-cuda/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enhancements in CUDA Support (#699)feature_nvidia-cuda_1.1.0Masahiro Wada2023-09-271-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add cuda tookit installing support * add nvcc installing support * add libcudnn8-dev installing support * add new cuda versions adn cudnn versions * add specificaitons of new option * remove installNvcc installNvcc process is included in installToolkit * add tests for new nvidia-cuda options * fix wrong scenario name * Revert "add specificaitons of new option" This reverts commit 0dcdb92406e38caa297643eab5af641f814b4f69. README.md should be generated by CI workflow. * make cudnn-dev installation isolated * dump minor version to 1.1.0
* Add support for CUDA 11.8 in nvidia-cuda (#267)JP Ungaretti2022-11-151-7/+7
| | | | | | | * Add latest CUDA versions * Move cuDNN version check * Check CUDA version
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-3/+23
| | | | | * remove apt lists * bump versions
* Add new NVIDIA CUDA feature (#80)JP Ungaretti2022-08-211-0/+58
* Add new Nvidia feature * Remove random empty files * Update comments * Rename feature to nvidia-cuda * Add feature to tests * Add version * Move test to match new name * Add final output message * Fix capitalization of NVIDIA * Remove option for base CUDA * Use camelCase * Check for required packages * Use os-release instead of lsb_release * Clean up keyring variables * Collapse keyring lines * Always install CUDA libraries * Add option to install NVTX * Always use ubuntu2004 repo * Use test instead of brackets * Add default values to feature * Add version options for CUDA and cuDNN * Rename CUDA version option * Add scenario to test specific CUDA/cuDNN version * Rename cuDNN scenario * Fix typo in test scenario * Update variable casing * Add more helpful error messages * Remove default values from script * Use enum for version option * Polish new scenarios * Remove apt_get_update_if_needed and check_packages * Add more versions * Improve error messages * Comments and feature description Co-authored-by: Josh Spicer <joshspicer@github.com>