about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaƩtan Lepage <33058747+GaetanLepage@users.noreply.github.com>2024-06-09 13:10:48 +0200
committerGitHub <noreply@github.com>2024-06-09 13:10:48 +0200
commit39506cd93e6ad601c2db8271b2eb69adaf6aa880 (patch)
tree842457e561f2c7bd49762e2f091634c443975864
parentf7031f7e5e65e672e6fb78ded2f9799eecbd86d5 (diff)
parentac2f1527c6127113bb2b47f0d740cfa238f141e5 (diff)
Merge pull request #318338 from GaetanLepage/torch-rocm
python311Packages.torchWithRocm: mark as broken
-rw-r--r--pkgs/development/python-modules/torch/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/torch/default.nix b/pkgs/development/python-modules/torch/default.nix
index f6f66aa9d0b44..d6b661d8a29cc 100644
--- a/pkgs/development/python-modules/torch/default.nix
+++ b/pkgs/development/python-modules/torch/default.nix
@@ -201,6 +201,7 @@ let
       MPISupport && cudaSupport && (mpi.cudatoolkit != cudaPackages.cudatoolkit);
     "Magma cudaPackages does not match cudaPackages" =
       cudaSupport && (effectiveMagma.cudaPackages != cudaPackages);
+    "Rocm support is currently broken because `rocmPackages.hipblaslt` is broken. (2024-06-09)" = rocmSupport;
   };
 in
 buildPythonPackage rec {