Skip to content

Commit

Permalink
Bump Submodules/PelePhysics from b462d64 to 88b9f99 (#458)
Browse files Browse the repository at this point in the history
* Bump Submodules/PelePhysics from `b462d64` to `88b9f99`

Bumps [Submodules/PelePhysics](https://github.com/AMReX-Combustion/PelePhysics) from `b462d64` to `88b9f99`.
- [Release notes](https://github.com/AMReX-Combustion/PelePhysics/releases)
- [Commits](AMReX-Combustion/PelePhysics@b462d64...88b9f99)

---
updated-dependencies:
- dependency-name: Submodules/PelePhysics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* add rocsparse in hip workflow because it is now needed for amrex

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Bruce Perry <bruce.perry@nrel.gov>
  • Loading branch information
dependabot[bot] and baperry2 authored Jan 6, 2025
1 parent 4589c1a commit a0fcc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
echo -e 'Package: *\nPin: release o=repo.radeon.com\nPin-Priority: 600' | sudo tee /etc/apt/preferences.d/rocm-pin-600
echo 'export PATH=/opt/rocm/llvm/bin:/opt/rocm/bin:/opt/rocm/profiler/bin:/opt/rocm/opencl/bin:$PATH' | sudo tee -a /etc/profile.d/rocm.sh
sudo apt-get update
sudo apt-get install -y rocm-dev rocrand-dev rocprim-dev hiprand-dev
sudo apt-get install -y rocm-dev rocrand-dev rocprim-dev hiprand-dev rocsparse-dev
- name: Install Ccache
run: |
wget https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8-linux-x86_64.tar.xz
Expand Down

0 comments on commit a0fcc91

Please sign in to comment.