diff --git a/.github/workflows/dependencies/dependencies_cuda.sh b/.github/workflows/dependencies/dependencies_cuda.sh index 236407c12..c408bf11c 100755 --- a/.github/workflows/dependencies/dependencies_cuda.sh +++ b/.github/workflows/dependencies/dependencies_cuda.sh @@ -19,6 +19,7 @@ sudo apt-get install -y \ libcusparse-dev-${CUDA_VERSION} \ libcublas-dev-${CUDA_VERSION} \ libcurand-dev-${CUDA_VERSION} \ + libcusparse-dev-${CUDA_VERSION} \ libnvjitlink-${CUDA_VERSION} export PATH=/usr/local/nvidia/bin:/usr/local/cuda-12.6/bin:${PATH} diff --git a/.github/workflows/dependencies/dependencies_hip.sh b/.github/workflows/dependencies/dependencies_hip.sh index c4c2bb1ab..dcc388185 100755 --- a/.github/workflows/dependencies/dependencies_hip.sh +++ b/.github/workflows/dependencies/dependencies_hip.sh @@ -8,7 +8,7 @@ echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/rocm.gpg] https://repo.radeon. 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 source /etc/profile.d/rocm.sh which hipcc diff --git a/Submodules/amrex b/Submodules/amrex index f27eb69d0..b3f67385e 160000 --- a/Submodules/amrex +++ b/Submodules/amrex @@ -1 +1 @@ -Subproject commit f27eb69d0d505f56dd0dd42ebe95d68203f3dc23 +Subproject commit b3f67385e62f387b548389222840486c0fffca57