[all-commits] [llvm/llvm-project] e2b658: [mlir][GPU] Fix attribute name of DL specification
Diego Caballero via All-commits
all-commits at lists.llvm.org
Tue Jan 11 00:36:24 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2b658cd5d0b722efbe7c2246151d25b301e05f9
https://github.com/llvm/llvm-project/commit/e2b658cd5d0b722efbe7c2246151d25b301e05f9
Author: Diego Caballero <diegocaballero at google.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M mlir/lib/Dialect/GPU/Transforms/KernelOutlining.cpp
M mlir/test/Dialect/GPU/outlining.mlir
Log Message:
-----------
[mlir][GPU] Fix attribute name of DL specification
D115722 added a DL spec to GPU modules. It happens that the DL
default interface implementation is sensitive to the name of the
DL spec attribute. This patch is fixing the name of the attribute
to be the expected one.
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D116956
More information about the All-commits
mailing list