Skip to content
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

Open
wants to merge 10 commits into
base: IB/CMSSW_14_0_X/master
Choose a base branch
from

Commits on Mar 10, 2024

  1. Update CMake to version 3.28.3

    Force the use of libssl and libcrypto instead of libmd.
    fwyzard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    e37d28a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc61a99 View commit details
    Browse the repository at this point in the history
  3. Update to CUDA 12.4.0

    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.
    fwyzard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    55f003a View commit details
    Browse the repository at this point in the history
  4. 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.
    fwyzard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ce0b96a View commit details
    Browse the repository at this point in the history
  5. 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)
    fwyzard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    9ea2ee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    548439f View commit details
    Browse the repository at this point in the history
  7. 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.
    fwyzard committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    17d8a46 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0600b1f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c5a8a5f View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Update to CUDA 12.4.1

    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.
    fwyzard committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    fc1f061 View commit details
    Browse the repository at this point in the history