Enable test for both cuda11 and cuda12 (#124)

Update pipeline: enable test for both cuda11 and cuda12
This commit is contained in:
Binyang2014
2023-07-10 13:19:14 +08:00
committed by GitHub
parent 4114d65c60
commit 56bdbc2f32
5 changed files with 210 additions and 183 deletions

View File

@@ -12,7 +12,7 @@ jobs:
name: Analyze
runs-on: 'ubuntu-latest'
container:
image: ghcr.io/microsoft/mscclpp/mscclpp:base-cuda12.1
image: ghcr.io/microsoft/mscclpp/mscclpp:base-${{ matrix.cuda-version }}
permissions:
actions: read
@@ -23,6 +23,7 @@ jobs:
fail-fast: false
matrix:
language: [ 'cpp', 'python' ]
cuda-version: [ 'cuda11.8', 'cuda12.1' ]
steps:
- name: Checkout repository