Commit 8f738d0
authored
[TESTING] Enable execution of test_packed_8x8x32_resnet50 (#13799)
* [TESTING] Enable execution of test_packed_8x8x32_resnet50
Resnet 50 is passing now. Need to add below mentioned changes as well for test to pass.
- Add condition for IndexMap
- Add empty dict while calling tune_conv2d_template to avoid failure
* Fix unused variable error
* Remove unused variable and change check in if condition1 parent 8f80e42 commit 8f738d0
File tree
2 files changed
+3
-1
lines changed- src/meta_schedule/database
- tests/python/contrib/test_hexagon/metaschedule_e2e
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
0 commit comments