mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
Enable test for both cuda11 and cuda12 (#124)
Update pipeline: enable test for both cuda11 and cuda12
This commit is contained in:
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user