ignore: test cuVS w/ CUDA 12.4 `conda build` in PR CI

test_cuvs_conda_ci
Amir Sadoughi 2024-11-26 15:35:03 -08:00
parent 697b6ddf55
commit 8c6014511b
1 changed files with 15 additions and 0 deletions

View File

@ -139,6 +139,21 @@ jobs:
fetch-tags: true
- name: Build and Package (conda)
uses: ./.github/actions/build_conda
linux-x86_64-GPU-CUVS-CUDA12-4-0-conda:
name: Linux x86_64 GPU w/ cuVS conda (CUDA 12.4.0)
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
cuvs: "ON"
cuda: "12.4.0"
windows-x86_64-conda:
name: Windows x86_64 (conda)
needs: linux-x86_64-cmake