This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Update WMMA intrinsics with explicit f16 types
ClosedPublic

Authored by piotr on Jun 30 2022, 3:01 PM.

Details

Summary

Update intrinsics to use n x f16 and n x i16 instead
of 32-bit types. This may avoid the need for a bitcast
and is probably less confusing.

Depends on making v16f16 and v16i16 types legal.

Diff Detail

Event Timeline

piotr created this revision.Jun 30 2022, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 3:01 PM
piotr requested review of this revision.Jun 30 2022, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 3:01 PM
rampitec accepted this revision.Jun 30 2022, 3:04 PM

LGTM, thanks!

This revision is now accepted and ready to land.Jun 30 2022, 3:04 PM
This revision was landed with ongoing or failed builds.Jun 30 2022, 11:56 PM
This revision was automatically updated to reflect the committed changes.