This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Add atomic_half type builtins
ClosedPublic

Authored by haonanya on Sep 13 2021, 10:47 PM.

Details

Summary

Add atomic_half types and builtins operating on the types

Diff Detail

Event Timeline

haonanya created this revision.Sep 13 2021, 10:47 PM
haonanya requested review of this revision.Sep 13 2021, 10:47 PM

Looks good at a first quick glance, but please fix the formatting errors that are reported on the lines that you are adding.

haonanya updated this revision to Diff 376467.Oct 1 2021, 3:53 AM

Fix format issue

svenvh accepted this revision.Oct 7 2021, 8:11 AM

LGTM

This revision is now accepted and ready to land.Oct 7 2021, 8:11 AM

Hi, svenvh. Thanks for your review.
Could you please help to submit the patch if there are no more inputs?

This revision was automatically updated to reflect the committed changes.