summaryrefslogtreecommitdiff
path: root/mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
AgeCommit message (Expand)Author
2023-01-12[mlir] Add operations to BlockAndValueMapping and rename it to IRMappingJeff Niu
2023-01-06[mlir] adapt TransformEachOpTrait to parameter valuesAlex Zinenko
2022-12-17mlir/tblgen: use std::optional in generationRamkumar Ramachandra
2022-12-12[mlir] make DiagnosedSilenceableError(LogicalResult) ctor privateAlex Zinenko
2022-12-03[mlir] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-01[mlir][Transform][NFC] Use a single rewriter instead of duplicating it everyw...Nicolas Vasilache
2022-11-18[mlir] [transform] Error for duplicated processor mappingGuray Ozen
2022-11-16[mlir] Introduce `replaceUsesOfWith` to `RewriterBase`Guray Ozen
2022-11-16[mlir] [transform] Fix for RAUW error in transform gpu dialectGuray Ozen
2022-11-15[mlir][transform] Decouple GPUDeviceMapping attribute from the GPU transfrom ...Guray Ozen
2022-11-14[mlir][Transform]Significantly cleanup scf.foreach_thread and GPU transform p...Nicolas Vasilache
2022-11-11[mlir] Fix asan errors in gpu transform dialectGuray Ozen
2022-11-11[mlir] Introduce device mapper attribute for `thread_dim_map` and `mapped to ...Guray Ozen
2022-10-17[mlir] add utilites for DiagnosedSilenceableFailureAlex Zinenko
2022-10-11Apply clang-tidy fixes for readability-identifier-naming in GPUTransformOps.c...Mehdi Amini
2022-10-05[mlir][transform] Add failing test for GPU transform dialectGuray Ozen
2022-10-05[mlir][transform][nfc] typo fixGuray Ozen
2022-10-04[mlir][transform] Create GPU transform dialectGuray Ozen