You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/07 15:08:47 UTC

[GitHub] [tvm] NiteshNarayana commented on pull request #2161: [BACKEND][CODEGEN] C codegen with tests

NiteshNarayana commented on pull request #2161:
URL: https://github.com/apache/tvm/pull/2161#issuecomment-988013713


   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!
   


-- 
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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org