-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to CUDA 12.4.1 [14.0.x] #9051
base: IB/CMSSW_14_0_X/master
Are you sure you want to change the base?
Update to CUDA 12.4.1 [14.0.x] #9051
Commits on Mar 10, 2024
-
Update CMake to version 3.28.3
Force the use of libssl and libcrypto instead of libmd.
Configuration menu - View commit details
-
Copy full SHA for e37d28a - Browse repository at this point
Copy the full SHA e37d28aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc61a99 - Browse repository at this point
Copy the full SHA bc61a99View commit details -
Update to CUDA 12.4.0: * CUDA runtime version 12.4.99 * NVIDIA drivers version 550.54.14 See https://docs.nvidia.com/cuda/archive/12.4.0/cuda-toolkit-release-notes/index.html for the full CUDA 12.4.0 release notes and change log.
Configuration menu - View commit details
-
Copy full SHA for 55f003a - Browse repository at this point
Copy the full SHA 55f003aView commit details -
Force CUDA to consider only the major/minor version of GCC
Works around a problem in the GCC version checks inside cudafe++, where GCC 12.3.1 is not recognised as equivalent to GCC 12.3.0. Rename the CUDA-related flags to avoid potential problems when adding, removing or reordering them.
Configuration menu - View commit details
-
Copy full SHA for ce0b96a - Browse repository at this point
Copy the full SHA ce0b96aView commit details -
Update NVIDIA gdrcopy to v2.4.1
Changes in v2.4.1: - add support for persistent mapping - fix bug in src/gdrdrv/Makefile - fix compile-time bug when check.h is not found Changes in v2.4: - various bug fixes in the test and benchmark applications - prefix all applications with "gdrcopy_" - introduce more unit tests in gdrcopy_sanity - introduce gdrcopy_pplat benchmark application - remove dependency on libcheck and libsubunit - introduce gdr_get_info_v2 - introduce new copy algorithm for device mappings - add support for NVIDIA BLUEFIELD-3 - add support for Linux kernel >= 6.3 - add support for SLES and OpenSUSE - add support for systemd service on RHEL9 - relicense gdrdrv to Dual MIT/GPL - fix bugs in gdrdrv when pinning two small buffers back-to-back - add support for coherent platforms such as Grace-Hopper - add support for Confidential Computing (CC)
Configuration menu - View commit details
-
Copy full SHA for 9ea2ee5 - Browse repository at this point
Copy the full SHA 9ea2ee5View commit details -
Update cuDNN to version 8.9 for CUDA 12
See https://docs.nvidia.com/deeplearning/cudnn/archives/cudnn-897/release-notes/index.html for the release notes and change log.
Configuration menu - View commit details
-
Copy full SHA for 548439f - Browse repository at this point
Copy the full SHA 548439fView commit details -
Update ONNX runtime to version 1.17.1
This version requires two more workarounds: - -Wno-error=maybe-uninitialized is needed to a void a (hopefully false positive) warning about a potentially uninitialised variable with cuDNN 8.9 and 9.0 - -Donnxruntime_NVCC_THREADS=0 is needed because the default is ON, causing nvcc to be called as "nvcc ... --threads ON ...", which causes an error.
Configuration menu - View commit details
-
Copy full SHA for 17d8a46 - Browse repository at this point
Copy the full SHA 17d8a46View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0600b1f - Browse repository at this point
Copy the full SHA 0600b1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a8a5f - Browse repository at this point
Copy the full SHA c5a8a5fView commit details
Commits on Apr 11, 2024
-
Update to CUDA 12.4.1: * CUDA runtime version 12.4.127 * NVIDIA drivers version 550.54.15 See https://docs.nvidia.com/cuda/archive/12.4.1/cuda-toolkit-release-notes/index.html for the full CUDA 12.4.1 release notes and change log.
Configuration menu - View commit details
-
Copy full SHA for fc1f061 - Browse repository at this point
Copy the full SHA fc1f061View commit details