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 3, 2024
1 parent 6749e06 commit 00f1b89
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ runs:
-DCMAKE_BUILD_TYPE=Release \
-DBLA_VENDOR=Intel10_64_dyn \
-DCMAKE_CUDA_FLAGS="-gencode arch=compute_75,code=sm_75" \
-DCMAKE_CUDA_STANDARD=14 \
-DCMAKE_CUDA_SIMULATE_VERSION=9.4 \
.
make -k -C build -j$(nproc)
- name: C++ tests
Expand Down
11 changes: 7 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ env:
OMP_NUM_THREADS: '10'
MKL_THREADING_LAYER: GNU
jobs:
linux-x86_64-GPU-cmake:
runs-on: 4-core-ubuntu-gpu-t4
OSX-arm64-packages:
runs-on: macos-13
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
- uses: ./.github/actions/build_cmake
with:
gpu: ON
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
label: main

0 comments on commit 00f1b89

Please sign in to comment.