Uh oh!
There was an error while loading. Please reload this page.
[Autotvm] Use VM compile to extract autotvm tasks - #4328
Conversation
icemelon
commented
Nov 13, 2019
@tmoreau89@merrymercy Could you help review the pr? |
Did you measure the time to extract tasks using Relay VM? |
icemelon
commented
Nov 13, 2019
Good point. I think it will slow down the task extraction time since it includes the codegen pass. I'll take a look and see if I can optimize it. |
comaniac
commented
Jan 8, 2020
LGTM. Now the VM compilation has two steps, |
zhiics
left a comment
There was a problem hiding this comment.
LGTM. BTW, it might be necessary to put some comments under compile to mention that the two different ways invoking lowering and codegen.
icemelon
commented
Jan 8, 2020
@zhiics Do you mean in the VMCompiler class? |
zhiics
commented
Jan 8, 2020
@icemelon9 yes, my bad. |
zhiics
commented
Jan 9, 2020
Thanks @icemelon9 @comaniac@wweic@tmoreau89 |
* [AutoTVM] Use vm compile in extracting task from relay * update * restructure vm compiler to reduce task extraction time * x * fix * update doc * udpate doc * lint
* [AutoTVM] Use vm compile in extracting task from relay * update * restructure vm compiler to reduce task extraction time * x * fix * update doc * udpate doc * lint
* [AutoTVM] Use vm compile in extracting task from relay * update * restructure vm compiler to reduce task extraction time * x * fix * update doc * udpate doc * lint
Current autotvm relay integration doesn't support extract autotvm tasks from a module.