Skip to content

Commit

Permalink
Fixing parameter-meta in GPU test script
Browse files Browse the repository at this point in the history
  • Loading branch information
tefirman committed Jul 1, 2024
1 parent 6969192 commit e133806
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gpuMatrixMult/gpuMatrixMult.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ task Hello {
# modules: "TensorFlow/2.11.0-foss-2022a-CUDA-11.7.0"
gpus: '1'
}
parameter_meta {
stdout: "printed results of the gpu script in question"
response: "printed results of the gpu script in question"
}
}

0 comments on commit e133806

Please sign in to comment.