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 4a68708 commit 6749e06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/build_cmake/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ runs:
-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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
MKL_THREADING_LAYER: GNU
jobs:
linux-x86_64-GPU-cmake:
runs-on: 4-core-ubuntu-20.04
runs-on: 4-core-ubuntu-gpu-t4
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
Expand Down

0 comments on commit 6749e06

Please sign in to comment.