[wip][auto_scheduler] buffer support, correctness check#7053
[wip][auto_scheduler] buffer support, correctness check#7053antinucleon wants to merge 6 commits intoapache:mainfrom
Conversation
|
I recently refactored the task interface (#7028). |
7eb402a to
f38025d
Compare
|
@FrozenGene @merrymercy Updated. |
FrozenGene
left a comment
There was a problem hiding this comment.
I think you want to update submodule? So you have change showing you have changed the vta-hw submodule.
Updated |
| check_correctness=False, | ||
| verbose=1, | ||
| builder="local", | ||
| builder_n_parallel=-1, |
There was a problem hiding this comment.
Seems we still omit here of -1, there is no place to have logic to handle -1 now.
There was a problem hiding this comment.
This file is no longer used according to #7053 (comment) I think @merrymercy forgets to delete it.
|
I find out this solution only work for a single task, but doesn't work with TaskScheduler. Will update it later. |
This PR enables correctness check for a generated schedule.
It is useful for:
Example 1: correctness check. This will generate random buffers for correctness check
Example 2: Sparse tuning, this will register given buffers for measure.
cc @merrymercy @FrozenGene