summaryrefslogtreecommitdiff
path: root/mlir/test/Dialect/GPU/transform-gpu.mlir
AgeCommit message (Expand)Author
2025-07-07[mlir][SCF][GPU] Add DeviceMaskingAttrInterface (#146943)Nicolas Vasilache
2025-07-07[mlir][gpu][transforms] Add support for mapping to lanes (#146912)Nicolas Vasilache
2025-02-04[mlir][gpu]add AffineScope Trait to gpu.launch. (#121058)lonely eagle
2025-01-17[mlir][affine]introducing new symbol rules that the result of a `Pure` operat...lonely eagle
2023-10-24[mlir] use transform-interpreter in test passes (#70040)Oleksandr "Alex" Zinenko
2023-07-26[mlir][transforms] Revamp the implementation of mapping loops to GPUsNicolas Vasilache
2023-06-21[mlir][linalg] TileToForallOp: Support memref opsMatthias Springer
2023-05-17[mlir] don't hardcode PDL_Operation in Transform dialect extensionsAlex Zinenko
2023-03-20Revert "[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where...Nicolas Vasilache
2023-03-20[mlir][Transform] Fix support for mapping to GPU warps and to linear idsNicolas Vasilache
2023-03-20[mlir][Linalg][Transform] Avoid FunctionalStyleTransformOpTrait where unneces...Nicolas Vasilache
2023-03-20[mlir][Transform] Add support for mapping to GPU warps and to linear idsNicolas Vasilache
2023-03-14[mlir][GPUTransforms] NFC - Refactor GPUTransforms.cpp in preparation for imp...Nicolas Vasilache
2023-03-14[mlir][Transform] NFC - Various API cleanups and use RewriterBase in lieu of ...Nicolas Vasilache
2023-02-17[mlir][scf] Rename ForeachThreadOp->ForallOp, PerformConcurrentlyOp->InParall...Alexander Belyaev
2023-02-04[mlir][gpu] Allow distributing to different level of IDs without failingThomas Raoux
2023-01-26[mlir][Linalg] Put a proper type on transform.structured.match opNicolas Vasilache
2023-01-17[mlir][gpu] Improve foreach_thread distributionThomas Raoux
2022-11-16[mlir] [transform] Fix for RAUW error in transform gpu dialectGuray Ozen
2022-11-14[mlir][Transform]Significantly cleanup scf.foreach_thread and GPU transform p...Nicolas Vasilache
2022-11-11[mlir] Introduce device mapper attribute for `thread_dim_map` and `mapped to ...Guray Ozen
2022-10-11[mlir] drop unnecssary transform.with_pdl_patterns from tests, NFCAlex Zinenko
2022-10-11[mlir] switch transform dialect ops to use TransformTypeInterfaceAlex Zinenko
2022-10-04[mlir][transform] Create GPU transform dialectGuray Ozen