Skip to content

Commit

Permalink
Fix CUDA CI by installing cusparse
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Dec 10, 2024
1 parent 13141b5 commit 19758e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 41 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ccache-${{ github.workflow }}-${{ github.job }}-git-
- name: Load Dependencies
run: |
AMReX-Hydro/.github/workflows/dependencies/dependencies_CUDA11_2.sh
amrex/.github/workflows/dependencies/dependencies_nvcc.sh 11.2
amrex/.github/workflows/dependencies/dependencies_ccache.sh
- name: Build & Install
run: |
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
ccache-${{ github.workflow }}-${{ github.job }}-git-
- name: Load Dependencies
run: |
AMReX-Hydro/.github/workflows/dependencies/dependencies_CUDA11_2.sh
amrex/.github/workflows/dependencies/dependencies_nvcc.sh 11.2
amrex/.github/workflows/dependencies/dependencies_ccache.sh
- name: Build & Install
run: |
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/dependencies/dependencies_CUDA11_2.sh

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/hip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
-DHYDRO_EB=ON \
-DHYDRO_SPACEDIM=3 \
-DHYDRO_GPU_BACKEND=HIP \
-DAMReX_AMD_ARCH=gfx90a \
-DHYDRO_MPI=OFF \
-DAMReX_DIR=${GITHUB_WORKSPACE}/amrex_tmp/lib/cmake/AMReX \
-DCMAKE_VERBOSE_MAKEFILE=ON \
Expand Down

0 comments on commit 19758e8

Please sign in to comment.