Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Binyang2014 committed Jan 7, 2025
1 parent 5ee7cc6 commit b6ad968
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/mscclpp-lang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,16 @@ on:
- release/*

jobs:
test:
compare-diffs:
runs-on: 'ubuntu-latest'
container:
image: ghcr.io/microsoft/mscclpp/mscclpp:base-dev-${{ matrix.version }}

strategy:
fail-fast: false
matrix:
version: [ 'cuda11.8', 'cuda12.2' ]

steps:
- uses: actions/checkout@v4
- name: Install mscclpp
Expand Down

0 comments on commit b6ad968

Please sign in to comment.