kparzysz-quic opened a new pull request #8948: URL: https://github.com/apache/tvm/pull/8948
PrimFuncs are stored in a map where the order of iteration is not deterministic. This can cause a different `llvm::Module` to be created each time, which can defeat debugging tools like `-opt-bisect-limit`. Sort the PrimFuncs in a deterministic way before adding them to the LLVM code generator. -- 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]
