zhiics commented on issue #4258: [WIP][TVM] Bring Your Own Codegen to TVM URL: https://github.com/apache/incubator-tvm/pull/4258#issuecomment-558391191 The problem we have right now is to let the DSOModule (in graph runtime) find a symbol from the imported CSourceModule and execute it. It looks that we need to generate code for the CSourceModule first which was done in the example through `export_library` in Python. But if we want to have in memory execution, it looks that we have to be able to invoke the CSourceModule functions directly. Do we miss something?
---------------------------------------------------------------- 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
