Skip to content

Commit

Permalink
Test gpu build, isolating CMake steps
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilbakhshyiev committed May 2, 2024
1 parent d1802ee commit 2ec8284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 328 deletions.
325 changes: 0 additions & 325 deletions .circleci/ config.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
linux-x86_64-GPU-cmake:
runs-on: 4-core-ubuntu-gpu-t4
linux-x86_64-AVX512-cmake:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
gpu: ON
opt_level: avx512

0 comments on commit 2ec8284

Please sign in to comment.