summaryrefslogtreecommitdiff
path: root/mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
AgeCommit message (Expand)Author
2025-11-20[MLIR][SCFToGPU] Guard operands before AffineApplyOp::create to avoid crash (...Shashi Shankar
2025-10-30[mlir][gpu] Loose the condition to convert scf.parallel to gpu.launch (#164978)Hsiangkai Wang
2025-08-23[MLIR] Add missing include to SCFToGPU.cpp (NFC)Mehdi Amini
2025-08-23[MLIR] Adopt LDBG() debugging in SCFToGPU.cpp (NFC)Mehdi Amini
2025-07-24[mlir] Remove unused includes (NFC) (#150476)Kazu Hirata
2025-07-22[mlir][NFC] update `Conversion` create APIs (7/n) (#149889)Maksim Levental
2025-07-04[mlir] Remove unused includes (NFC) (#147101)Kazu Hirata
2025-06-22[mlir] Migrate away from TypeRange(std::nullopt) (NFC) (#145246)Kazu Hirata
2025-01-23[SCFToGPU] Convert scf.parallel+scf.reduce to gpu.all_reduce (#122782)Tuomas Kärnä
2024-10-09[Conversion] Avoid repeated hash lookups (NFC) (#111637)Kazu Hirata
2023-12-20[mlir] fix a crash when lower parallel loop to gpu (#75811) (#75946)long.chen
2023-11-27[mlir][affine][gpu] Replace DivSIOp to CeilDivSIOp when lowering to GPU launc...Hsiangkai Wang
2023-11-14[mlir][affine][nfc] cleanup deprecated T.cast style functions (#71269)long.chen
2023-09-29[mlir][Affine][NFC] Define AffineForOp operands in ODS (#67694)Matthias Springer
2023-07-04[mlir][NFC] Use `getConstantIntValue` instead of casting to `ConstantIndexOp`Matthias Springer
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-04-20[mlir][Affine][NFC] Wrap dialect in "affine" namespaceMatthias Springer
2023-03-14[mlir] Use Use *{Set,Map}::contains (NFC)Kazu Hirata
2023-01-14[mlir] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-13[mlir] Add #include <optional> (NFC)Kazu Hirata
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-12-04[mlir] Use std::nullopt instead of None in comments (NFC)Kazu Hirata
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-15[mlir] Remove `Transforms/SideEffectUtils.h` and move the methods into `Inter...Mahesh Ravishankar
2022-10-04[mlir][gpu] Fix GCC -Wparenthesis warningChristian Sigg
2022-09-30[mlir:GPU][NFC] Update GPU API to use prefixed accessorsRiver Riddle
2022-09-29[mlir][arith] Change dialect name from Arithmetic to ArithJakub Kuderski
2022-08-22[MLIR][GPU] Detect bounds with `arith.minsi ` in loops-to-gpuChristian Sigg
2022-06-20[mlir] move SCF headers to SCF/{IR,Transforms} respectivelyAlex Zinenko
2022-06-18[mlir] Update accessors to prefixed form (NFC)Jacques Pienaar
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-06-09[mlir][gpu] Change ParalellLoopMappingAttr to AttrDefMogball
2022-03-01[mlir] Trim a huge number of unnecessary dependencies on the Func dialectRiver Riddle
2022-03-01[mlir] Rename the Standard dialect to the Func dialectRiver Riddle
2022-01-24[mlir:Transforms] Move out the remaining non-dialect independent transforms a...River Riddle
2022-01-02Apply clang-tidy fixes for performance-for-range-copy to MLIR (NFC)Mehdi Amini
2021-12-20Fix clang-tidy issues in mlir/ (NFC)Mehdi Amini
2021-12-20[mlir] Switching accessors to prefixed form (NFC)Jacques Pienaar
2021-11-18[mlir] Convert NamedAttribute to be a classRiver Riddle
2021-10-24[mlir] Switch arith, llvm, std & shape dialects to accessors prefixed both form.Jacques Pienaar
2021-10-13[MLIR] Replace std ops with arith dialect opsMogball
2021-09-20[mlir] Fix bug in partial dialect conversionVladislav Vinogradov
2021-03-22[PatternMatch] Big mechanical rename OwningRewritePatternList -> RewritePatte...Chris Lattner
2021-03-21Change OwningRewritePatternList to carry an MLIRContext with it.Chris Lattner
2021-03-15[MLIR] Create memref dialect and move dialect-specific ops from std.Julian Gross
2021-02-26[mlir] Replace deprecated 'getAttrs'Marius Brehler
2021-02-18Revert "[MLIR] Create memref dialect and move several dialect-specific ops fr...Alexander Belyaev
2021-02-18[MLIR] Create memref dialect and move several dialect-specific ops from std.Julian Gross
2020-12-13[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation.Christian Sigg
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg