Skip to content

Commit de348ae

Browse files
authored
Reduce the beam size in the adams2019 apps test to avoid timeouts (#8786)
1 parent 793a032 commit de348ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/autoschedulers/adams2019/test.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ bool test_caching(Pipeline &p1, Pipeline &p2, const Target &target) {
2828
// Turn off caching.
2929
{"disable_memoized_features", "1"},
3030
{"disable_memoized_blocks", "1"},
31+
{"beam_size", "4"},
3132
});
3233

3334
// Turn off caching.

0 commit comments

Comments
 (0)