We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0115c3a + 5e1d9a7 commit 80b100aCopy full SHA for 80b100a
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