From 00f1b89ffb328ae6076713a8da369cf7eb5b45db Mon Sep 17 00:00:00 2001 From: ramilbakhshyiev <7597197+ramilbakhshyiev@users.noreply.github.com> Date: Thu, 2 May 2024 04:03:41 +0000 Subject: [PATCH] Test gpu build, isolating CMake steps --- .github/actions/build_cmake/action.yml | 2 -- .github/workflows/build.yml | 11 +++++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/actions/build_cmake/action.yml b/.github/actions/build_cmake/action.yml index c7505a605..c26c01c5a 100644 --- a/.github/actions/build_cmake/action.yml +++ b/.github/actions/build_cmake/action.yml @@ -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 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 045434718..927fa7b41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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