[all-commits] [llvm/llvm-project] e68a7b: [mlir][transform] Add failing test for GPU transfo...
Guray Ozen via All-commits
all-commits at lists.llvm.org
Wed Oct 5 04:10:31 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e68a7bed599708409602316346c2f6fa3e500d8e
https://github.com/llvm/llvm-project/commit/e68a7bed599708409602316346c2f6fa3e500d8e
Author: Guray Ozen <guray.ozen at gmail.com>
Date: 2022-10-05 (Wed, 05 Oct 2022)
Changed paths:
M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
A mlir/test/Dialect/GPU/transform-gpu-failing.mlir
Log Message:
-----------
[mlir][transform] Add failing test for GPU transform dialect
The GPU transform dialect currently has restrictions and several situations where we can't use transform dialect.
This update includes a method to test a failing cases in GPU transform dialect.
Differential Revision: https://reviews.llvm.org/D135063
More information about the All-commits
mailing list