This is an archive of the discontinued LLVM Phabricator instance.

[mlir][GPU] Fix attribute name of DL specification
ClosedPublic

Authored by dcaballe on Jan 10 2022, 9:39 AM.

Details

Summary

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.

Diff Detail

Event Timeline

dcaballe created this revision.Jan 10 2022, 9:39 AM
dcaballe requested review of this revision.Jan 10 2022, 9:39 AM
ftynse accepted this revision.Jan 10 2022, 9:47 AM
This revision is now accepted and ready to land.Jan 10 2022, 9:47 AM
This revision was automatically updated to reflect the committed changes.