Skip to content

Commit

Permalink
Post module __init__ fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Aug 20, 2024
1 parent dc2ee65 commit 4e6452a
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-lit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install requirements and xDSL
run: |
pip install git+https://github.com/xdslproject/xdsl@0a2420cdf0f337f8237ec142171d5c8f046daf19
pip install git+https://github.com/xdslproject/xdsl@306c5e00e3f715ae6710467bb1179e9fb3f394c8
pip install -e .[tests]
- name: Execute lit tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-mpi-openmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@0a2420cdf0f337f8237ec142171d5c8f046daf19
pip install git+https://github.com/xdslproject/xdsl@306c5e00e3f715ae6710467bb1179e9fb3f394c8
- name: Test with MPI + openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-mpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@0a2420cdf0f337f8237ec142171d5c8f046daf19
pip install git+https://github.com/xdslproject/xdsl@306c5e00e3f715ae6710467bb1179e9fb3f394c8
- name: Test with MPI - no Openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir-openmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: |
pip install -e .[tests]
pip install mpi4py
pip install git+https://github.com/xdslproject/xdsl@0a2420cdf0f337f8237ec142171d5c8f046daf19
pip install git+https://github.com/xdslproject/xdsl@306c5e00e3f715ae6710467bb1179e9fb3f394c8
- name: Test no-MPI, Openmp
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-mlir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install requirements and xDSL
run: |
pip install -e .[tests]
pip install git+https://github.com/xdslproject/xdsl@0a2420cdf0f337f8237ec142171d5c8f046daf19
pip install git+https://github.com/xdslproject/xdsl@306c5e00e3f715ae6710467bb1179e9fb3f394c8
- name: Test no-MPI, no-Openmp
run: |
Expand Down
9 changes: 9 additions & 0 deletions tests/filecheck/.lit_test_times.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
-8.160377e-02 shape_inference.mlir
8.171344e-02 version.mlir
-1.473970e-01 xdsl_mpi_pipeline.mlir
-1.490667e-01 xdsl_mpi_pipeline_b.mlir
-1.464252e-01 xdsl_mpi_pipeline_c.mlir
-1.516540e-01 xdsl_mpi_pipeline_d.mlir
-1.704619e-01 xdsl_mpi_pipeline_e.mlir
-1.000817e-01 xdsl_pipeline.mlir
-1.596556e-01 xdsl_pipeline_openmp.mlir

0 comments on commit 4e6452a

Please sign in to comment.