about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGaetan Lepage <gaetan@glepage.com>2024-06-09 13:25:51 +0200
committerGaetan Lepage <gaetan@glepage.com>2024-06-09 13:25:51 +0200
commit25430e07d7ef240da8bafac908a800c9809751f3 (patch)
tree9e1e159de9c9b93effbdae70f0dffe592dae1f3a
parente11f17b73a50eccdb35f2f3ebc8bc8b088632322 (diff)
python311Packages.torchWithRocm: enhance broken reason phrasing
-rw-r--r--pkgs/development/python-modules/torch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/torch/default.nix b/pkgs/development/python-modules/torch/default.nix
index d6b661d8a29cc..7fd7cc5a66148 100644
--- a/pkgs/development/python-modules/torch/default.nix
+++ b/pkgs/development/python-modules/torch/default.nix
@@ -201,7 +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;
+    "Rocm support is currently broken because `rocmPackages.hipblaslt` is unpackaged. (2024-06-09)" = rocmSupport;
   };
 in
 buildPythonPackage rec {