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/11/23 21:59:55 UTC

[GitHub] [tvm] areusch opened a new issue #9570: [Bug] using GraphExecutorFactory with -link-params results in runtime segfault

areusch opened a new issue #9570:
URL: https://github.com/apache/tvm/issues/9570


   reported: https://discuss.tvm.apache.org/t/different-output-for-large-yolo-onnx-model-in-python-correct-and-c-incorrect/11537
   
   ### Expected behavior
   
   the following should work:
   ```
   compiled = tvm.relay.build(..., target="llvm -link-params")
   compiled.export_library("foo.so")
   tvm.runtime.load_module("foo.so")
   ```
   
   ### Actual behavior
   
   segfault due to trying to set the params which live in `.text`.
   
   ### Environment
   
   reporter was on os x with c++ runtime and no python, but this should be equivaelnt.
   
   


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