summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/Transforms/AsyncRegionRewriter.cpp
AgeCommit message (Expand)Author
2025-11-13[MLIR] Apply clang-tidy fixes for misc-use-internal-linkage in AsyncRegionRew...Mehdi Amini
2025-07-21[mlir][NFC] update `mlir/Dialect` create APIs (16/n) (#149922)Maksim Levental
2025-07-07[mlir] Remove unused includes (NFC) (#147455)Kazu Hirata
2025-03-06 [MLIR][NFC] Retire let constructor for GPU (#129849)lorenzo chelini
2024-12-13[MLIR] Create GPU utils library & move distribution utils (#119264)Petr Kurapov
2024-04-01[mlir][NFC] Simplify type checks with isa predicates (#87183)Jakub Kuderski
2023-05-15Cleanup uses of getAttrDictionary() in MLIR to use getDiscardableAttrDictiona...Mehdi Amini
2023-05-12[mlir] Move casting calls from methods to function callsTres Popp
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-05-01Revert "Introduce MLIR Op Properties"Mehdi Amini
2023-05-01Introduce MLIR Op PropertiesMehdi Amini
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2022-11-15[mlir] Remove `Transforms/SideEffectUtils.h` and move the methods into `Inter...Mahesh Ravishankar
2022-09-30[mlir:GPU][NFC] Update GPU API to use prefixed accessorsRiver Riddle
2022-09-30[mlir:Async][NFC] Update Async API to use prefixed accessorsRiver Riddle
2022-09-21[mlir] Flip Async/GPU/OpenACC/OpenMP to use Both accessorsRiver Riddle
2022-08-31[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-08-30Revert "[MLIR] Update pass declarations to new autogenerated files"Michele Scuttari
2022-08-30[MLIR] Update pass declarations to new autogenerated filesMichele Scuttari
2022-06-09[mlir][gpu] Move GPU headers into IR/ and Transforms/Mogball
2022-04-28[mlir] Don't iterate mutable user listVitaly Buka
2022-04-18[mlir:NFC] Remove the forward declaration of FuncOp in the mlir namespaceRiver Riddle
2022-01-24[mlir] Remove a bunch of unnecessary dialect dependenciesRiver Riddle
2022-01-19[mlir] Make locations required when adding/creating block argumentsRiver Riddle
2022-01-18[mlir][Pass] Deprecate FunctionPass in favor of OperationPass<FuncOp>River Riddle
2021-06-10[mlir] Support pre-existing tokens in 'gpu-async-region'Christian Sigg
2021-05-06[mlir] Add support for ops with regions in 'gpu-async-region' rewriter.Christian Sigg
2021-02-25Pass GPU events instead of streams across async regions.Christian Sigg
2021-02-09[mlir][IR] Remove the concept of `OperationProperties`River Riddle
2021-01-11[mlir] Make GpuAsyncRegion pass depend on async dialect.Christian Sigg
2020-12-17[mlir] Remove the MutableDictionaryAttr classRiver Riddle
2020-12-16[mlir] Fix for gpu-async-region pass.Christian Sigg
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-12-03[mlir][gpu] Move gpu.wait ops from async.execute regions to its dependencies.Christian Sigg
2020-11-02[MLIR] Work around an ICE in GCC 7.Benjamin Kramer
2020-10-29[mlir][gpu] Add pass to make GPU ops within a region execute asynchronously.Christian Sigg