From 4d643fdc63d612e9b8f4cce7bdb739dbd78d1cbb Mon Sep 17 00:00:00 2001 From: Michael Zingale Date: Mon, 9 Dec 2024 19:54:01 -0500 Subject: [PATCH] add cublas --- .github/workflows/dependencies/dependencies_nvcc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dependencies/dependencies_nvcc.sh b/.github/workflows/dependencies/dependencies_nvcc.sh index 14bae699d7..8f6ac3ead4 100755 --- a/.github/workflows/dependencies/dependencies_nvcc.sh +++ b/.github/workflows/dependencies/dependencies_nvcc.sh @@ -35,6 +35,7 @@ sudo apt-get install -y \ cuda-minimal-build-$VERSION_DASHED \ cuda-nvml-dev-$VERSION_DASHED \ cuda-nvtx-$VERSION_DASHED \ + libcublas-dev-$VERSION_DASHED \ libcufft-dev-$VERSION_DASHED \ libcurand-dev-$VERSION_DASHED \ libcusparse-dev-$VERSION_DASHED