WIP: Add support for GAP8 hardware convolution engine #525
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: Scala CI | |
on: | |
workflow_dispatch: | |
pull_request: | |
jobs: | |
compile-and-test: | |
runs-on: ubuntu-latest | |
container: michelsteuwer/docker-scala-opencl:latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Checkout submodules | |
run: git submodule update --init --recursive | |
- name: Compile | |
run: sbt compile | |
- name: Run tests | |
run: sbt test |