Skip to content

WIP: Add support for GAP8 hardware convolution engine #525

WIP: Add support for GAP8 hardware convolution engine

WIP: Add support for GAP8 hardware convolution engine #525

Workflow file for this run

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