shreyashvi commented on PR #2161:
URL: https://github.com/apache/tvm/pull/2161#issuecomment-1415811526

   > Hi
   > 
   > Any update on how to execute the generated C source code?
   > 
   > I observe that when you generate the c source code for a module that is 
generated through a user-defined relay function you get a ` __tvm_main__()` 
function generated as well. However this is not the case when I generate the 
source code for a network, eg mnist, where I see a different set of functions 
(eg. `tvmgen_default_fused_nn_conv2d_add_nn_relu , 
tvmgen_default_fused_nn_max_pool2d_1`) which I suppose are one for each layer. 
How are we to explicitly compile this and run it?
   > 
   > Thanks in advance!
   
   Hey, did you find out a way how to compile that generated c code?
   
   Thanks


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to