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 49960c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions nix/pkgs/vcs-fhs-env.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ buildFHSEnv {
preHook() {
PATH="$PATH:$_oldVcsEnvPath"
}
export -f preHook
'';
targetPkgs = (ps: with ps; [
Expand Down
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 49960c7

Please sign in to comment.