Skip to content

Commit

Permalink
Added hashes for ARM64-SBSA downloads of cusparseLt and cutensor
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-arkinstall committed Jun 24, 2024
1 parent 1dd5702 commit 504b672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nix-support/cusparselt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ let
sha256 = sha256:+CuYbJ2Sac3kmzdrJQLvdl2oGehx3b6kQqcyHksYxyU=;
};
aarch64-linux = fetchzip {
url = "https://developer.download.nvidia.com/compute/cusparselt/redist/libcusparse_lt/linux-spsa/libcusparse_lt-linux-spsa-0.6.1.0-archive.tar.xz";
sha256 = ""; #TODO
url = "https://developer.download.nvidia.com/compute/cusparselt/redist/libcusparse_lt/linux-sbsa/libcusparse_lt-linux-sbsa-0.6.1.0-archive.tar.xz";
sha256 = sha256:dcWXaXT9Q0370QEcYLnnmHRSppU1yn9VR4w9hzV+7jU=;
};
};
in pkgs.stdenv.mkDerivation {
Expand Down
2 changes: 1 addition & 1 deletion nix-support/cutensor.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let
};
aarch64-linux = fetchzip {
url = "https://developer.download.nvidia.com/compute/cutensor/redist/libcutensor/linux-sbsa/libcutensor-linux-sbsa-2.0.1.2-archive.tar.xz";
sha256 = ""; #TODO
sha256 = sha256:vTEQ7uJYrEC1Q55DgCO5/PXTm0f34ndqezotnqq6E00=;
};
};
in pkgs.stdenv.mkDerivation {
Expand Down

0 comments on commit 504b672

Please sign in to comment.