Merge pull request #139 from hutingh/fix_resize_gpu #60
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: training_linux-x86-avx2 | |
on: [push, pull_request] | |
jobs: | |
linux: | |
name: training_linux-x86-avx2 | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout code | |
uses: actions/checkout@v2 | |
- name: compile training_x86-avx2 on linux | |
run: | | |
chmod +x install.sh | |
./install.sh --target=linux-x86_64_avx2 -t 32 --train |