This is an archive of the discontinued LLVM Phabricator instance.

[AMDGPU] Expand fdot2 intrinsic if unsupported
AbandonedPublic

Authored by rampitec on Jan 8 2019, 1:10 PM.

Details

Summary

This makes intrinsic useful in the library even if there is no
HW support. The answer may slightly differ from v_dot2_f32_f16
because of the intermediate rounding.

Diff Detail

Event Timeline

rampitec created this revision.Jan 8 2019, 1:10 PM
arsenm requested changes to this revision.Jan 8 2019, 11:33 PM

I don't want fake support for intrinsics like this. This is a library issue

This revision now requires changes to proceed.Jan 8 2019, 11:33 PM
arsenm resigned from this revision.Apr 5 2020, 6:48 AM
rampitec abandoned this revision.Aug 21 2020, 1:28 AM