Skip to content

Enable linux-x86_64-GPU-cmake via GitHub Actions #57

Enable linux-x86_64-GPU-cmake via GitHub Actions

Enable linux-x86_64-GPU-cmake via GitHub Actions #57

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:
#linux-x86_64-GPU-cmake:
# runs-on: 4-core-ubuntu-gpu-t4
# steps:
# - name: Checkout
# uses: actions/checkout@v4.1.1
# - uses: ./.github/actions/build_cmake
# with:
# gpu: ON
linux-x86_64-conda:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
with:
fetch-tags: true
- uses: ./.github/actions/build_conda