summaryrefslogtreecommitdiff
path: root/mlir/test/lit.cfg.py
AgeCommit message (Expand)Author
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-10-11[mlir][Examples] Do not run `test.wheel.toy` by default (#163009)Jakub Kuderski
2025-08-20[MLIR] Add missing handling for LLVM_LIT_TOOLS_DIR in mlir lit config (NFC) (...Mehdi Amini
2025-08-17[MLIR] Split ExecutionEngine Initialization out of ctor into an explicit meth...Shenghang Tsai
2025-08-12[mlir][python] automatic location inference (#151246)Maksim Levental
2025-08-06[mlir][ExecutionEngine] Add LevelZeroRuntimeWrapper. (#151038)Md Abdullah Shahneous Bari
2025-07-28Reland "[mlir][spirv] Fix int type declaration duplication when serializing" ...Davide Grohmann
2025-07-17[mlir][core] Add an MLIR "pattern catalog" generator (#146228)Jeremy Kun
2025-06-18Revert "[mlir][spirv] Fix int type declaration duplication when serializing" ...Jakub Kuderski
2025-06-17[mlir][spirv] Fix int type declaration duplication when serializing (#143108)Davide Grohmann
2025-02-25Reland [mlir] Fix integration test when %host_cc path contains spaces (#128542)Ivan Butygin
2025-02-24[mlir][spirv] Split conditional basic blocks during deserialization (#127639)Igor Wodiany
2025-01-29MLIR: asan: Fix python tests under asan on Linux (#123303)Matthias Gehre
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2025-01-21[mlir] Remove mlir-vulkan-runner and GPUToVulkan conversion passes (#123750)Andrea Faulds
2025-01-16[mlir] [Python] Fix misused `lldb_build_directory` in MLIR's test script (#12...Luohao Wang
2024-11-23[MLIR, Python] Make it easy to run tests with ASan on mac (#115524)Kasper Nielsen
2024-11-08[mlir] Remove the mlir-spirv-cpu-runner (move to mlir-cpu-runner) (#114563)Andrea Faulds
2024-08-30[mlir][polly][llvm-lit] Fixed logic for turning on external shell in lit (#10...Connie Zhu
2024-07-16[mlir] Add RewriterBase to the C API (#98962)Fehr Mathieu
2024-07-10[MLIR][OpenMP] Add TableGen pseudo-generator for OpenMP-specific verification...Sergio Afonso
2024-06-07[mlir][vector] Remove Emulated Sub-directory (#94742)Mubashar Ahmad
2024-05-24[mlir] Replace MLIR_ENABLE_CUDA_CONVERSIONS with LLVM_HAS_NVPTX_TARGET (#93008)tyb0807
2024-05-11[MLIR] Add IRDL dialect loading to C API (#91852)Théo Degioanni
2024-04-18[mlir][python] allow passing in PYTHONPATH to lit tests (#89296)Maksim Levental
2024-02-28[mlir] add an example of using transform dialect standalone (#82623)Oleksandr "Alex" Zinenko
2024-02-21[mlir] expose transform interpreter to Python (#82365)Oleksandr "Alex" Zinenko
2024-01-22[mlir] Add `mlir_arm_runner_utils` library for use in integration tests (#78583)Benjamin Maxwell
2024-01-09[mlir] add a chapter on matchers to the transform dialect tutorial (#76725)Oleksandr "Alex" Zinenko
2023-12-05[MLIR] Enable GPU Dialect to SYCL runtime integration (#71430)Sang Ik Lee
2023-11-29Reapply "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749) ...Vitaly Buka
2023-11-28Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749)Vitaly Buka
2023-11-28[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)Edgar
2023-11-27Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)"Vitaly Buka
2023-11-23[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)Edgar
2023-11-14[mlir][ArmSME] Make use of backend function attributes for enabling ZA storag...Benjamin Maxwell
2023-09-09Switch MLIR to use the internal LIT shell by default (#65415)Mehdi Amini
2023-08-24[MLIR][Math] Add support for f64 in the expansion of math.roundevenAlexander Shaposhnikov
2023-08-18Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov
2023-08-18[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov
2023-08-17Revert "[MLIR][Math] Add support for f16 in the expansion of math.roundeven"Alexander Shaposhnikov
2023-08-17[MLIR][Math] Add support for f16 in the expansion of math.roundevenAlexander Shaposhnikov
2023-08-12[mlir][gpu] Add the `gpu-module-to-binary` pass.Fabian Mora
2023-05-30[mlir] add initial chapters of the transform dialect tutorialAlex Zinenko
2023-05-26[mlir] Make sure mlir-opt is in the list of substituted toolsBenjamin Kramer
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta