[TVM Scheduling] Split factors missmatch to original extent

I guess some of my problem arises from wanting to generate code which will be static analysable

  • What I mean by this (sorry if this isnt the correct terminology) is to generate code which will have resolved all the different paths of the execution.

I have looked into some of the VTA code and I guess that the rely on the VTARuntime being called inside of the compiled module which is capable of resolving (dynamically) all the paths.
Would this be the “preferred way” to do this?
Any comments?@tqchen @zhiics @eqy @xqdan