yzhliu commented on issue #15465: [RFC] Integrate TVM into Apache MXNet
URL: 
https://github.com/apache/incubator-mxnet/issues/15465#issuecomment-511565480
 
 
   Sure,
   - Build system
      * Download pre-built LLVM
      * Compile 3rdParty/tvm
      * use compiled tvm to compile tvm operator kernels and generate 
libtvmop.so
   - Runtime
     * libtvm_runtime.so linked with libmxnet.so
     * MXNet loads libtvmop.so during runtime (sort of dynamic loading)
   
   While for "fully" supported dynamic loading, the major problem is how to 
register op metadata, basically InferShape/InferDtype/etc. It'll be great if 
the accelerator API solves the problem

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to