Add SME1 support for qp8_f32_qc8w #755
Workflow file for this run
This file contains hidden or 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: Test Pull Request | |
| run-name: ${{ github.event.pull_request.title }} | |
| on: | |
| pull_request_review: | |
| types: [submitted] | |
| jobs: | |
| build-and-test: | |
| if: github.event.review.state == 'APPROVED' | |
| uses: ./.github/workflows/build.yml |