Skip to content

Commit

Permalink
#0: 4 way split
Browse files Browse the repository at this point in the history
  • Loading branch information
TT-billteng committed Jul 31, 2024
1 parent 94f4794 commit 6f9e04f
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/ttnn-post-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ jobs:
{arch: wormhole_b0, runs-on: ["wormhole_b0", "multi-chip-num-pcie-1", "multi-chip-num-chips-2"], name: N300},
]
test-group:
- name: ttnn unit tests
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv
- name: ttnn unit tests with fast runtime mode off
- name: ttnn group 1
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv --splits 4 --group 1
- name: ttnn group 2
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv --splits 4 --group 2
- name: ttnn group 3
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv --splits 4 --group 3
- name: ttnn group 4
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv --splits 4 --group 4
- name: ttnn fast runtime off
cmd: pytest $TT_METAL_HOME/tests/ttnn/unit_tests -xv -m requires_fast_runtime_mode_off
fast_runtime_mode_off: true
- name: ttnn examples
cmd: ./tests/scripts/run_ttnn_examples.sh
cmd: ./test/scripts/run_ttnn_examples.sh
- name: ttnn cpp tests
cmd: ./build/test/ttnn/unit_tests_ttnn
name: ${{ matrix.test-group.name }} ${{ matrix.runner-info.arch }} ${{ matrix.runner-info.name }}
Expand Down

0 comments on commit 6f9e04f

Please sign in to comment.