[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch

2019-09-08 Thread GitBox
ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-529266359 @hzfan Thanks for explanation. My next question is, how do I know which schedule is the best one for a certain input shape? Static rule

[GitHub] [incubator-mxnet] ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch

2019-09-05 Thread GitBox
ZhennanQin commented on issue #16100: Infra for tvm op runtime dispatch URL: https://github.com/apache/incubator-mxnet/pull/16100#issuecomment-528712768 Just for curious. Based on my knowledge, tvm op kernel is pre-compiled and then linked together with MXNet. How can it be configured