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

{2023.06}[system] cuDNN/8.9.2.26-CUDA-12.1.1 #581

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    6664591 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d744e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d8a896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd3469e View commit details
    Browse the repository at this point in the history
  5. fix syntax

    truib committed May 17, 2024
    Configuration menu
    Copy the full SHA
    db85e23 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    3aad5d9 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    e191905 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Merge branch '2023.06-software.eessi.io' of github-trz:EESSI/software…

    …-layer into 2023.06-software.eessi.io-cuDNN-8.9.2.26-system
    truib committed May 22, 2024
    Configuration menu
    Copy the full SHA
    12fcec5 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. various updates to take suggestions into account

    - `EESSI-install-software.sh`
      - use `scripts/gpu_support/nvidia/install_cuda_and_libraries.sh` with
        `scripts/gpu_support/nvidia/eessi-2023.06-cuda-and-libraries.yml`
    - `create_lmodsitepackage.py`
      - consolidate `eessi_{cuda,cudnn}_enabled_load_hook` functions in a single one
        (`eessi_cuda_and_libraries_enabled_load_hook`)
      - the remaining hook is prepared to easily add new modules, e.g., cuTENSOR
    - `eb_hooks.py`
      - put code that iterates over all files replacing non-distributable ones with
        symlinks into `host_injections` with a common function
        (`replace_non_distributable_files_with_symlinks`)
    - `install_scripts.sh`
      - add files to copy to CVMFS (see `nvidia_files`)
    - `scripts/gpu_support/nvidia/install_cuda_and_libraries.sh`
      - improved creation of tmp directory
    truib committed May 23, 2024
    Configuration menu
    Copy the full SHA
    74a9a55 View commit details
    Browse the repository at this point in the history
  2. don't copy removed file

    truib committed May 23, 2024
    Configuration menu
    Copy the full SHA
    7cd0d00 View commit details
    Browse the repository at this point in the history