This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Prototype `f32x4.relaxed_dot_bf16x8_add_f32`
ClosedPublic

Authored by tlively on Sep 7 2022, 8:38 AM.

Details

Summary

As proposed in https://github.com/WebAssembly/relaxed-simd/issues/77. Only an
LLVM intrinsic and a clang builtin are implemented. Since there is no bfloat16
type, use u16 to represent the bfloats in the builtin function arguments.

Diff Detail

Event Timeline

tlively created this revision.Sep 7 2022, 8:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 7 2022, 8:38 AM
Herald added subscribers: pmatos, asb, wingo and 6 others. · View Herald Transcript
tlively requested review of this revision.Sep 7 2022, 8:38 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptSep 7 2022, 8:38 AM
aheejin accepted this revision.Sep 7 2022, 7:58 PM
This revision is now accepted and ready to land.Sep 7 2022, 7:58 PM
This revision was automatically updated to reflect the committed changes.