llvm-project
7610b137 - [MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (#153524)

Commit
80 days ago
[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit method call (#153524) Retry landing https://github.com/llvm/llvm-project/pull/153373 ## Major changes from previous attempt - remove the test in CAPI because no existing tests in CAPI deal with sanitizer exemptions - update `mlir/docs/Dialects/GPU.md` to reflect the new behavior: load GPU binary in global ctors, instead of loading them at call site. - skip the test on Aarch64 since we have an issue with initialization there --------- Co-authored-by: Mehdi Amini <joker.eph@gmail.com>
Author
Parents
Loading