This is an archive of the discontinued LLVM Phabricator instance.

[mlir][GPUToVulkan] Fix signature of bindMemRef function for f16
ClosedPublic

Authored by ThomasRaoux on Aug 20 2020, 8:13 PM.

Details

Summary

Binding MemRefs of f16 needs special handling as the type is not supported on CPU. There was a bug in the type used.

Diff Detail

Event Timeline

ThomasRaoux created this revision.Aug 20 2020, 8:13 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 20 2020, 8:13 PM
ThomasRaoux requested review of this revision.Aug 20 2020, 8:13 PM
mravishankar accepted this revision.Aug 21 2020, 9:45 AM
This revision is now accepted and ready to land.Aug 21 2020, 9:45 AM