Skip to content

Commit

Permalink
Add job to per_cuda workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed May 30, 2023
1 parent 082492e commit 75a9162
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/per_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ on:
inputs:
per_cuda_matrix: {type: string, required: true}

test-repo-per-cuda-ver:
uses: ./.github/workflows/test-repo-per-compiler.yml
strategy:
matrix: ${{ fromJSON(inputs.cuda_vers) }}
with:
repo: ${{ inputs.repo }}
cxx_vers: ${{ inputs.cxx_vers }}
cuda_ver: ${{ matrix.cuda_ver }}
compilers: ${{ inputs.compilers }}

jobs:
per_cuda:
run: |
echo "per_cuda_matrix: ${{ inputs.per_cuda_matrix }}"

0 comments on commit 75a9162

Please sign in to comment.