[all-commits] [llvm/llvm-project] 92f088: [mlir][gpu][transform] Provide better error messag...
Nicolas Vasilache via All-commits
all-commits at lists.llvm.org
Mon Sep 4 07:11:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92f088d335e4a55f10e74c541ac52ec2a4d4ceeb
https://github.com/llvm/llvm-project/commit/92f088d335e4a55f10e74c541ac52ec2a4d4ceeb
Author: Nicolas Vasilache <nicolasvasilache at users.noreply.github.com>
Date: 2023-09-04 (Mon, 04 Sep 2023)
Changed paths:
M mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.td
M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
M mlir/test/Dialect/GPU/transform-gpu-failing.mlir
M mlir/test/python/dialects/transform_gpu_ext.py
Log Message:
-----------
[mlir][gpu][transform] Provide better error messages and avoid crashing in MapForallToBlocks.
This revision addresses issues surfaced in https://reviews.llvm.org/D159093
More information about the All-commits
mailing list