Skip to content

Commit

Permalink
Test 2 RAFT and 1 CUDA package builds with the fix in conda build recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilbakhshyiev committed May 15, 2024
1 parent d938c62 commit 1352111
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,60 @@ jobs:
- uses: ./.github/actions/build_conda
with:
label: main


linux-x86_64-GPU-RAFT-packages-CUDA11-8-0:
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
# label: main
raft: "ON"
cuda: "11.8.0"
compiler_version: "11.2"
linux-x86_64-GPU-packages-CUDA-12-1-1:
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
# label: main
cuda: "12.1.1"
compiler_version: "11.2"
linux-x86_64-GPU-RAFT-packages-CUDA12-1-1:
#if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: 4-core-ubuntu-gpu-t4
env:
CUDA_ARCHS: "70-real;72-real;75-real;80;86-real"
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 0
fetch-tags: true
- uses: ./.github/actions/build_conda
with:
# label: main
raft: "ON"
cuda: "12.1.1"
compiler_version: "11.2"


windows-x86_64-packages:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
runs-on: windows-2019
Expand Down

0 comments on commit 1352111

Please sign in to comment.