This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Use GenericTable to classify DGEMM
ClosedPublic

Authored by rampitec on Mar 23 2022, 11:32 AM.

Details

Summary

Since there is a table introduced for MAI instructions extend it
to use for DGEMM classification.

Diff Detail

Event Timeline

rampitec created this revision.Mar 23 2022, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 11:32 AM
rampitec requested review of this revision.Mar 23 2022, 11:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 11:32 AM
Herald added a subscriber: wdng. · View Herald Transcript
Joe_Nash accepted this revision.Mar 23 2022, 11:36 AM
This revision is now accepted and ready to land.Mar 23 2022, 11:36 AM
foad added inline comments.Mar 24 2022, 2:40 AM
llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
455

Can you add a brief comment here (or somewhere) saying roughly what DGEMM means here? Especially since there is no public documentation.

rampitec updated this revision to Diff 417986.Mar 24 2022, 10:42 AM
rampitec marked an inline comment as done.

Added comment.

This revision was landed with ongoing or failed builds.Mar 24 2022, 1:15 PM
This revision was automatically updated to reflect the committed changes.