AMX GEMM/IGEMM microkernels use __msan_unpoison on tile buffers #584
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: Build and update caches | |
on: | |
push: | |
branches: | |
- master | |
workflow_dispatch: | |
jobs: | |
build-and-test: | |
uses: ./.github/workflows/build.yml | |
with: | |
run-tests: false | |
update-caches: true |