ehion commented on PR #6395:
URL: https://github.com/apache/tvm/pull/6395#issuecomment-1766615940

   i am curious how to run autotvm with tensorrt when i run 
   ```
   mod = partition_for_tensorrt(mod, params)
   *********
   tasks = autotvm.task.extract_from_program(
           mod['main'], target=target, params=params
           # , ops=(relay.op.get("nn.conv2d"),)
       )
   ```
   error log :
   ValueError: Cannot find global var "tvmgen_default_tensorrt_main_0" in the 
Module
   candidates are: ["main"]
   
    


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