This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] use v32f32 for 3 mfma intrinsics
ClosedPublic

Authored by rampitec on Jul 12 2019, 2:43 PM.

Details

Summary

These should really use v32f32, but were defined as v32i32
due to the lack of the v32f32 type.

Diff Detail

Event Timeline

rampitec created this revision.Jul 12 2019, 2:43 PM
arsenm accepted this revision.Jul 12 2019, 2:52 PM
This revision is now accepted and ready to land.Jul 12 2019, 2:52 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJul 12 2019, 3:41 PM