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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
