summaryrefslogtreecommitdiff
path: root/mlir/test/Integration/Dialect/Async
AgeCommit message (Expand)Author
2025-01-24[mlir] Rename mlir-cpu-runner to mlir-runner (#123776)Andrea Faulds
2024-12-20[mlir][CF] Split `cf-to-llvm` from `func-to-llvm` (#120580)Matthias Springer
2024-12-20[mlir] Fix integration tests after #120548 (#120706)Matthias Springer
2023-05-26[NFC][Py Reformat] Reformat python files in mlir subdirTobias Hieta
2023-02-15Reland "[mlir] Make the vast majority of intgration and runner tests work on ...Markus Böck
2023-02-13Revert "[mlir] Make the vast majority of integration and runner tests work on...Aart Bik
2023-02-13[mlir] Make the vast majority of integration and runner tests work on WindowsMarkus Böck
2023-01-27[mlir][Conversion] Rename the MemRefToLLVM passQuentin Colombet
2022-09-06[MLIR] Switch lit tests to %mlir_lib_dir and %mlir_src_dir replacements.Christian Sigg
2022-05-05[mlir] Fix the names of exported functionsStella Stamenova
2022-04-20[mlir][NFC] Update remaining textual references of un-namespaced `func` opera...River Riddle
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Integration...River Riddle
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-07[mlir][NFC] Rename StandardToLLVM to FuncToLLVMRiver Riddle
2022-02-06[mlir] Split out a new ControlFlow dialect from StandardRiver Riddle
2022-01-27[MLIR] Fix integration tests broken by D118285Uday Bondhugula
2021-12-09[mlir] AsyncParallelFor: align block size to be a multiple of inner loops ite...Eugene Zhulenev
2021-12-06[mlir] Improve async parallel for tests + fix typosEugene Zhulenev
2021-11-24Promote readability by factoring out creation of min/max operation. Remove un...bakhtiyar
2021-11-15[mlir] Move min/max ops from Std to Arith.Alexander Belyaev
2021-10-27[mlir] Reduce the number of iterations in async microbenchmarksEugene Zhulenev
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-28Rename target block size to min task size for clarity.bakhtiyar
2021-09-09[mlir] Factor type reconciliation out of Standard-to-LLVM conversionAlex Zinenko
2021-07-23[mlir] Async: special handling for parallel loops with zero iterationsEugene Zhulenev
2021-07-09[mlir] factor memref-to-llvm lowering out of std-to-llvmAlex Zinenko
2021-06-29[mlir:Async] Add an async reference counting pass based on the user defined p...Eugene Zhulenev
2021-06-29[mlir:Async] Fix a bug in automatic refence counting around function callsEugene Zhulenev
2021-06-25[mlir:Async] Implement recursive async work splitting for scf.parallel operat...Eugene Zhulenev
2021-06-23[mlir][linalg] Change the pretty printed FillOp operand order.Tobias Gysi
2021-04-12[mlir] Async: add automatic reference counting at async.runtime operations levelEugene Zhulenev
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-23Move the MLIR integration tests as a subdirectory of test (NFC)Mehdi Amini