diff --git a/.github/workflows/dependencies/dependencies_hip.sh b/.github/workflows/dependencies/dependencies_hip.sh index 6b69c5433a2..8bf81fa14f5 100755 --- a/.github/workflows/dependencies/dependencies_hip.sh +++ b/.github/workflows/dependencies/dependencies_hip.sh @@ -58,7 +58,9 @@ sudo apt-get install -y --no-install-recommends \ rocprofiler-dev \ rocrand-dev \ rocfft-dev \ - rocprim-dev + rocprim-dev \ + rocsparse-dev \ + hipsparse-dev # hiprand-dev is a new package that does not exist in old versions sudo apt-get install -y --no-install-recommends hiprand-dev || true diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 9d6afba857a..9b2d6278c52 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -138,7 +138,7 @@ else() endif () if (AMReX_LINEAR_SOLVERS) - list(APPEND AMREX_TESTS_SUBDIRS LinearSolvers) + list(APPEND AMREX_TESTS_SUBDIRS Algebra LinearSolvers) endif () if (AMReX_FFT)