We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c07cf commit 5e1d9a7Copy full SHA for 5e1d9a7
1 file changed
mlir/utils/jenkins/Jenkinsfile
@@ -1222,8 +1222,8 @@ pipeline {
1222
}
1223
1224
stage("Parameter Sweep") {
1225
- //parameterSweep("conv_structure")
1226
- //parameterSweep("perf_config")
+ parameterSweep("conv_structure")
+ parameterSweep("perf_config")
1227
parameterSweep(CODEPATH, "attention")
1228
archiveArtifacts artifacts: 'build/failing_attn_configs.txt,build/failing_conv_configs.txt', allowEmptyArchive: true
1229
0 commit comments