Skip to content

Commit

Permalink
fixup! fixup! fixup! fixup! python3Packages.triton.tests.axpy-cuda: init
Browse files Browse the repository at this point in the history
  • Loading branch information
SomeoneSerge committed Oct 14, 2024
1 parent f5f4f34 commit 9c3b397
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/torch/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,9 @@ buildPythonPackage rec {
thoughtpolice
tscholak
]; # tscholak esp. for darwin-related builds
platforms = lib.platforms.linux ++ lib.optionals (!cudaSupport && !rocmSupport) lib.platforms.darwin;
platforms =
lib.platforms.linux
++ lib.optionals (!cudaSupport && !rocmSupport) lib.platforms.darwin;
broken = builtins.any trivial.id (builtins.attrValues brokenConditions);
};
}
1 change: 0 additions & 1 deletion pkgs/development/python-modules/triton/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ buildPythonPackage {
"triton.language"
];


passthru.gpuCheck = stdenv.mkDerivation {
pname = "triton-pytest";
inherit (triton) version src;
Expand Down

0 comments on commit 9c3b397

Please sign in to comment.