Skip to content

[test] Debug gpu build with GitHub Actions #116

[test] Debug gpu build with GitHub Actions

[test] Debug gpu build with GitHub Actions #116

Workflow file for this run

name: Build
on:
workflow_dispatch:
pull_request:
branches:
- main
push:
tags:
- 'v*'
env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
gpu-test-ubuntu20:
runs-on: 4-core-ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
gpu: ON
gpu-test-ubuntu22:
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
gpu: ON