aboutsummaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine
AgeCommit message (Expand)AuthorFilesLines
2025-12-19[MLIR] Enable dylib init/deinit in execution engine on AArch64 platform (#172...Giacomo Castiglioni1-10/+9
2025-12-17Fix variable only used by assert in #172716. (#172788)Yi Zhang1-0/+1
2025-12-17Reapply "[mlir][math] Add FP software implementation lowering pass: math-to-a...Maksim Levental1-1/+64
2025-12-17Revert "[mlir][math] Add FP software implementation lowering pass: math-to-ap...Maksim Levental1-64/+1
2025-12-17[mlir][math] Add FP software implementation lowering pass: math-to-apfloat (#...Maksim Levental1-1/+64
2025-12-12[mlir] enable APFloatWrappers on MacOS (#172070)Maksim Levental1-5/+5
2025-12-08[MLIR][ExecutionEngine] Don't create a `_mlir_` wrapper function for internal...Mehdi Amini1-4/+2
2025-12-08[MLIR] Apply clang-tidy fixes for llvm-qualified-auto in VulkanRuntimeWrapper...Mehdi Amini1-2/+2
2025-12-08[MLIR] Apply clang-tidy fixes for readability-identifier-naming in ArmRunnerU...Mehdi Amini1-2/+2
2025-12-01[mlir][arith] Add support for min/max to `ArithToAPFloat` (#169760)Matthias Springer1-0/+20
2025-12-01[mlir][arith] Add support for `negf` to `ArithToAPFloat` (#169759)Matthias Springer1-0/+9
2025-12-01[mlir][arith] Add support for `cmpf` to `ArithToAPFloat` (#169753)Matthias Springer1-0/+11
2025-11-28[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in CudaRuntimeWra...Mehdi Amini1-2/+2
2025-11-25[mlir][arith] Add support for `sitofp`, `uitofp` to `ArithToAPFloat` (#169284)Matthias Springer1-0/+12
2025-11-25[mlir][arith] Add support for `fptosi`, `fptoui` to `ArithToAPFloat` (#169277)Matthias Springer1-0/+18
2025-11-25[mlir][arith] Add support for `extf`, `truncf` to `ArithToAPFloat` (#169275)Matthias Springer1-1/+16
2025-11-14[mlir] Remove filtering of deprecated rocm-agent-enumerator value gfx000 (#16...alessandra simmons1-1/+0
2025-11-13[mlir] Fix build after #167848 (#167855)Matthias Springer1-0/+10
2025-11-13[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#167...Matthias Springer2-0/+110
2025-11-12Revert "Reland yet again: [mlir] Add FP software implementation lowering pass...Maksim Levental2-106/+0
2025-11-12Reland yet again: [mlir] Add FP software implementation lowering pass: `arith...Maksim Levental2-0/+106
2025-11-11Revert "Reapply "Reapply "[mlir] Add FP software implementation lowering pass...Maksim Levental2-101/+0
2025-11-11Reapply "Reapply "[mlir] Add FP software implementation lowering pass: `arith...Maksim Levental2-0/+101
2025-11-10Revert "Reapply "[mlir] Add FP software implementation lowering pass: `arith-...Maksim Levental2-93/+0
2025-11-10Reapply "[mlir] Add FP software implementation lowering pass: `arith-to-apflo...Maksim Levental2-0/+93
2025-11-10Revert "[mlir] Add FP software implementation lowering pass: `arith-to-apfloa...Maksim Levental2-93/+0
2025-11-10[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#166...Maksim Levental2-0/+93
2025-10-27[MLIR][ExecutionEngine] don't dump decls (#164478)Maksim Levental1-0/+2
2025-10-23[MLIR][ExecutionEngine] don't leak -Wweak-vtables (#164498)Maksim Levental1-1/+1
2025-09-30[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in LevelZeroRunti...Mehdi Amini1-4/+4
2025-09-29[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in JitRunner.cpp ...Mehdi Amini1-1/+1
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in VulkanRuntime....Mehdi Amini1-1/+1
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai2-8/+14
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini2-14/+8
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai2-8/+14
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari2-8/+604
2025-07-09[MLIR][AArch64] Change some tests to ensure SVE vector length is the same thr...Momchil Velikov1-0/+11
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli1-1/+2
2025-05-28[mlir] SYCL runtime wrapper: add memcpy support. (#141647)Sang Ik Lee1-3/+7
2025-05-15[mlir-runner] Check entry function does not expect arguments (#136825)Longsheng Mou1-2/+8
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi1-1/+2
2025-04-22[mlir][gpu] Change GPU modules to globals (#135478)Christian Sigg1-7/+3
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov1-2/+2
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames1-2/+1
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds1-1/+1
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny2-4/+7
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny2-7/+4
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny2-4/+7
2025-01-21[mlir] Remove mlir-vulkan-runner and GPUToVulkan conversion passes (#123750)Andrea Faulds4-0/+1437
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny2-7/+4