Skip to content

updates to gemm and benchmarking #5

updates to gemm and benchmarking

updates to gemm and benchmarking #5

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install build dependencies
run: |
sudo apt-get install -y g++ gfortran
- name: Compile
run: |
make