Skip to content

Commit

Permalink
Temporarily removed the python interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kumasento committed Sep 13, 2021
1 parent 7fb1e03 commit 06fa175
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@ jobs:
./scripts/build-phism.sh ci
# Build and test Phism with pb-flow.
- name: Build and Test Phism (pb-flow)
run: |
python3 -m pip install --user -r requirements.txt
./scripts/pb-flow.py ./example/polybench --dataset SMALL --skip-vitis
./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --skip-vitis
./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --loop-transforms --skip-vitis
./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --loop-transforms --array-partition --skip-vitis
# - name: Build and Test Phism (pb-flow)
# run: |
# python3 -m pip install --user -r requirements.txt
# ./scripts/pb-flow.py ./example/polybench --dataset SMALL --skip-vitis
# ./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --skip-vitis
# ./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --loop-transforms --skip-vitis
# ./scripts/pb-flow.py ./example/polybench --dataset SMALL --polymer --loop-transforms --array-partition --skip-vitis



2 changes: 1 addition & 1 deletion lib/mlir/Transforms/LoopTransforms.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1171,6 +1171,6 @@ void phism::registerLoopTransformPasses() {
pm.addPass(createCanonicalizerPass());
pm.addPass(std::make_unique<LoopMergePass>());
pm.addPass(createCanonicalizerPass());
// pm.addPass(createInlinerPass());
pm.addPass(createInlinerPass());
});
}

0 comments on commit 06fa175

Please sign in to comment.