[N300] TTNN Unit Test Failures: out_subblock_h * out_subblock_w <= 4 && "Total number of tiles in a subblock must be less than 4 when in fp32_dest_acc mode" #2338
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "All post-commit tests via comment" | |
on: | |
issue_comment: | |
types: [created] | |
jobs: | |
test: | |
runs-on: ubuntu-latest | |
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Test | |
run: | | |
echo "Testing..." | |
ls | |
trigger-tests: | |
if: github.event.issue.pull_request && contains(github.event.comment.body, '/test') | |
uses: ./.github/workflows/all-post-commit-workflows.yaml | |
secrets: inherit |