Skip to content

Commit

Permalink
Correctly pass per_cuda_matrix into get_groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed May 30, 2023
1 parent 606fdd8 commit fba52e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/per_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,14 @@ jobs:
uses: actions/checkout@v3
- name: Compute matrix
run: |
PER_COMPILER_MATRIX=$(./ci/get_groups.sh ${{inputs.per_compiler_matrix}} compiler)
echo ${{ inputs.per_cuda_matrix }}
PER_COMPILER_MATRIX=$(./ci/get_groups.sh ${{inputs.per_cuda_matrix}} compiler.name)
echo "PER_COMPILER_MATRIX=$PER_COMPILER_MATRIX" | tee -a "$GITHUB_OUTPUT"
COMPILERS=$(echo $PER_COMPILER_MATRIX | jq -c 'keys')
echo "COMPILERS=$COMPILERS" | tee -a "$GITHUB_OUTPUT"
per_cuda:
name: ${{ matrix.compiler }}
needs: compute_per_compiler_matrix
name: CUDA ${{ inputs.cuda_version }}
strategy:
Expand Down

0 comments on commit fba52e4

Please sign in to comment.