summaryrefslogtreecommitdiff
path: root/mlir/lib/ExecutionEngine
AgeCommit message (Expand)Author
2025-11-14[mlir] Remove filtering of deprecated rocm-agent-enumerator value gfx000 (#16...alessandra simmons
2025-11-13[mlir] Fix build after #167848 (#167855)Matthias Springer
2025-11-13[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#167...Matthias Springer
2025-11-12Revert "Reland yet again: [mlir] Add FP software implementation lowering pass...Maksim Levental
2025-11-12Reland yet again: [mlir] Add FP software implementation lowering pass: `arith...Maksim Levental
2025-11-11Revert "Reapply "Reapply "[mlir] Add FP software implementation lowering pass...Maksim Levental
2025-11-11Reapply "Reapply "[mlir] Add FP software implementation lowering pass: `arith...Maksim Levental
2025-11-10Revert "Reapply "[mlir] Add FP software implementation lowering pass: `arith-...Maksim Levental
2025-11-10Reapply "[mlir] Add FP software implementation lowering pass: `arith-to-apflo...Maksim Levental
2025-11-10Revert "[mlir] Add FP software implementation lowering pass: `arith-to-apfloa...Maksim Levental
2025-11-10[mlir] Add FP software implementation lowering pass: `arith-to-apfloat` (#166...Maksim Levental
2025-10-27[MLIR][ExecutionEngine] don't dump decls (#164478)Maksim Levental
2025-10-23[MLIR][ExecutionEngine] don't leak -Wweak-vtables (#164498)Maksim Levental
2025-09-30[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in LevelZeroRunti...Mehdi Amini
2025-09-29[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in JitRunner.cpp ...Mehdi Amini
2025-08-27[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in VulkanRuntime....Mehdi Amini
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-13Revert "[MLIR] Split ExecutionEngine Initialization out of ctor into an expli...Mehdi Amini
2025-08-13[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari
2025-07-09[MLIR][AArch64] Change some tests to ensure SVE vector length is the same thr...Momchil Velikov
2025-06-06Pass memory buffer to RuntimeDyld::MemoryManager factory (#142930)Karlo Basioli
2025-05-28[mlir] SYCL runtime wrapper: add memcpy support. (#141647)Sang Ik Lee
2025-05-15[mlir-runner] Check entry function does not expect arguments (#136825)Longsheng Mou
2025-05-12[NFC][MLIR] Add {} for `else` when `if` body has {} (#139422)Rahul Joshi
2025-04-22[mlir][gpu] Change GPU modules to globals (#135478)Christian Sigg
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-03-06Re-apply "[ORC] Remove the Triple argument from LLJITBuilder::..." with fixes.Lang Hames
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2025-01-22Reapply "[mlir] Link libraries that aren't included in libMLIR to libMLIR" (#...Michał Górny
2025-01-22Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-22[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123781)Michał Górny
2025-01-21[mlir] Remove mlir-vulkan-runner and GPUToVulkan conversion passes (#123750)Andrea Faulds
2025-01-20Revert "[mlir] Link libraries that aren't included in libMLIR to libMLIR (#12...Michał Górny
2025-01-20[mlir] Link libraries that aren't included in libMLIR to libMLIR (#123477)Michał Górny
2024-11-08[mlir] Remove the mlir-spirv-cpu-runner (move to mlir-cpu-runner) (#114563)Andrea Faulds
2024-10-09[MLIR] Don't build MLIRExecutionEngineShared on Windows (#109524)Zentrik
2024-09-20[MLIR][AMDGPU] Add ability to do 16-bit Memset with HIP APIs (#108587)Umang Yadav
2024-09-16[mlir] Tidy uses of llvm::raw_stream_ostream (NFC)JOE1994
2024-07-17[mlir][gpu] Use alloc OP's `host_shared` in cuda runtime (#99035)Guray Ozen
2024-03-30[MLIR][ExecutionEngine] Introduce shared library (#87067)Christian Ulmann
2024-03-29[mlir][sparse] provide an AoS "view" into sparse runtime support lib (#87116)Aart Bik
2024-03-28[mlir] Make the print function in CRunnerUtil platform agnostic (#86767)Kai Sasaki
2024-03-20[MLIR][CUDA] Use _alloca instead of alloca on Windows (#85853)Justin Holewinski
2024-03-19[mlir][sparse] Fix the calling convention of __truncsfbf2 on windows x64Benjamin Kramer
2024-03-18[mlir][nvgpu] Support strided memref when creating TMA descriptor (#85652)Guray Ozen
2024-03-14[mlir][sparse] refactoring sparse runtime lib into less paths (#85332)Aart Bik
2024-03-05Rename llvm::ThreadPool -> llvm::DefaultThreadPool (NFC) (#83702)Mehdi Amini
2024-03-05Use the new ThreadPoolInterface base class instead of the concrete implementa...Mehdi Amini
2024-02-23[mlir][sparse] remove very thin header file from sparse runtime support (#82820)Aart Bik