Skip to content

Commit

Permalink
Fix CUDA CI by installing cusparse
Browse files Browse the repository at this point in the history
Also fixed cmake for HIP
  • Loading branch information
WeiqunZhang committed Dec 10, 2024
1 parent 13141b5 commit 1b1a3df
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 CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ if (HYDRO_GPU_BACKEND STREQUAL "HIP")
find_package(rocrand REQUIRED)
find_package(rocprim REQUIRED)
find_package(hiprand REQUIRED)
find_package(rocsparse REQUIRED)
endif ()

#
Expand Down

0 comments on commit 1b1a3df

Please sign in to comment.