Skip to content

Commit

Permalink
WIP FIXUP
Browse files Browse the repository at this point in the history
Signed-off-by: Avimitin <[email protected]>
  • Loading branch information
Avimitin committed Sep 9, 2024
1 parent b692adc commit af4f13c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ let
perf = casesSelf.callPackage ./perf { };
codegen = casesSelf.callPackage ./codegen { };
rvv_bench = casesSelf.callPackage ./rvv_bench { };
pytorch = casesSelf.callPackage ./pytorch { };
#pytorch = casesSelf.callPackage ./pytorch { };
}));

# remove non-case attributes in scope
scopeStripped = {
inherit (scope) mlir intrinsic asm perf codegen rvv_bench pytorch;
inherit (scope) mlir intrinsic asm perf codegen rvv_bench;
};

# This derivation is for internal CI use only.
Expand Down

0 comments on commit af4f13c

Please sign in to comment.