You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #239, we want to nest the current matrix environment definitions under a nvcc: field and make the workflow work.
We'll primarily need to update the compute-matrix reusable workflow to reference the nvcc: field. The outputs of this workflow also presuppose an nvcc job, so we'll need to figure out how to generalize the outputs:
As part of #239, we want to nest the current matrix environment definitions under a
nvcc:
field and make the workflow work.We'll primarily need to update the
compute-matrix
reusable workflow to reference thenvcc:
field. The outputs of this workflow also presuppose an nvcc job, so we'll need to figure out how to generalize the outputs:cccl/.github/workflows/compute-matrix.yml
Lines 14 to 26 in ce6a462
The text was updated successfully, but these errors were encountered: