From 243671eece9c9e3d38b7cecf404acd4ea4bd2f05 Mon Sep 17 00:00:00 2001 From: Masahiro Wada Date: Thu, 28 Sep 2023 04:17:31 +0900 Subject: Enhancements in CUDA Support (#699) * 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 --- test/nvidia-cuda/scenarios.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'test/nvidia-cuda/scenarios.json') diff --git a/test/nvidia-cuda/scenarios.json b/test/nvidia-cuda/scenarios.json index 1993dcd..3018330 100644 --- a/test/nvidia-cuda/scenarios.json +++ b/test/nvidia-cuda/scenarios.json @@ -1,10 +1,12 @@ { - "install_cudnn_nvxt": { + "install_all_options": { "image": "debian", "features": { "nvidia-cuda": { "installCudnn": true, - "installNvtx": true + "installCudnnDev": true, + "installNvtx": true, + "installToolkit": true } } }, @@ -19,4 +21,4 @@ } } } -} \ No newline at end of file +} -- cgit v1.2.3