fix arm int8 quant segmentation bug #292
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: linux-x86-avx2 | |
on: [push, pull_request] | |
jobs: | |
linux: | |
name: linux-x86-avx2 | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v2 | |
- name: compile x86-avx2 on linux | |
run: | | |
chmod +x install.sh | |
./install.sh --target=linux-x86_64_avx2 -t 32 |