Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: CrayLabs/SmartSim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cuda-12-support
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on Jun 10, 2024

  1. Fine Grain GPU Build Options (#609)

    Updates to the SmartSim build process:
    - SmartSim can now be built using Cuda version 11.8 or Cuda 12.1 by
    specify `smart build --device=cuda118` or `smart build
    --device=cuda121`. The original `smart build --device=gpu` will default
    to using Cuda 11.8.
    - As a result of the previous change, SmartSim now requires C++17 and a
    minimum Cuda version of 11.8 in order to build Torch 2.1.0.
    - In addition this PR now uses Torch 2.1 and TF 2.14/2.15 (for CUDA 11.8/12.1 respectively)
    
    [ committed by @MattToast ]
    [ reviewed by @ashao ]
    MattToast authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e590ba0 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Add Dockerfiles with CUDA support (#611)

    The existing dockerfiles did not have the necessary environments to
    enable GPU support for users wanting to run the tutorials. Two
    Dockerfiles (for CUDA 11.8 and 12.1) are provided. Note that this has
    only been tested on a workstation and no HPC support should be expected
    at this time.
    
    [ committed by @ashao ]
    [ reviewed by @MattToast ]
    ashao authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    cd35301 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Add 'f' to f-strs (#618)

    Add 'f' to intended f-strings for better error messages
    
    [ committed by @MattToast ]
    [ reviewed by @ashao ]
    MattToast authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    ad06abe View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

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