Loading pkgs/development/python-modules/torch/source/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,9 @@ buildPythonPackage.override { inherit stdenv; } rec { } // lib.optionalAttrs rocmSupport { AOTRITON_INSTALLED_PREFIX = "${rocmPackages.aotriton}"; # Broken HIP flag setup, fails to compile due to not finding rocthrust # Only supports gfx942 so let's turn it off for now USE_FBGEMM_GENAI = setBool false; }; nativeBuildInputs = [ Loading Loading
pkgs/development/python-modules/torch/source/default.nix +3 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,9 @@ buildPythonPackage.override { inherit stdenv; } rec { } // lib.optionalAttrs rocmSupport { AOTRITON_INSTALLED_PREFIX = "${rocmPackages.aotriton}"; # Broken HIP flag setup, fails to compile due to not finding rocthrust # Only supports gfx942 so let's turn it off for now USE_FBGEMM_GENAI = setBool false; }; nativeBuildInputs = [ Loading