Fix mismatched use of xnn_allocate_zero_simd_memory and xnn_release_m… #5050
Workflow file for this run
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: Test Latest Push | |
on: | |
push: | |
branches-ignore: | |
- master | |
workflow_dispatch: | |
jobs: | |
build-and-test: | |
uses: ./.github/workflows/build.yml |