Skip to content

adding 1D blocktiling (wip) #70

adding 1D blocktiling (wip)

adding 1D blocktiling (wip) #70

Workflow file for this run

name: gpucpp-ci
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize]
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: No-op Step
run: echo "This is a no-op action"
- name: Install CMake
run: sudo apt-get install cmake
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libxrandr-dev
- name: Build project
run: make build