AVX2 and AVX10 vpmaddubsw QD8_F16_QC4W GEMM move xor 0x88 from GEMM t… #1162
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: | |
paths: | |
- '**.S' | |
- '**.c' | |
- '**.cc' | |
- '**.h' | |
- 'BUILD.bazel' | |
- 'build_config/BUILD.bazel' | |
- '**.bzl' | |
- 'CMakeLists.txt' | |
- 'cmake/**' | |
- 'scripts/build-*.sh' | |
- '.github/**/*.yml' | |
- 'WORKSPACE' | |
jobs: | |
build-and-test: | |
uses: ./.github/workflows/build.yml |