This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Supports optional 64-bit floating point types in C++ for OpenCL 2021
ClosedPublic

Authored by Topotuna on Aug 31 2021, 5:29 AM.

Details

Summary

Adds support for a feature macro __opencl_c_fp64 in C++ for OpenCL
2021 enabling a respective optional core feature from OpenCL 3.0.

This change aims to achieve compatibility between C++ for OpenCL
2021 and OpenCL 3.0.

Diff Detail

Event Timeline

Topotuna created this revision.Aug 31 2021, 5:29 AM
Topotuna requested review of this revision.Aug 31 2021, 5:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2021, 5:29 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Anastasia accepted this revision.Sep 1 2021, 2:30 AM

LGTM! Thanks

This revision is now accepted and ready to land.Sep 1 2021, 2:30 AM