This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Add support for the cl_arm_integer_dot_product extensions
ClosedPublic

Authored by kpet on May 24 2019, 3:26 AM.

Details

Reviewers
Anastasia
Summary

The specification is available in the Khronos OpenCL registry:

https://www.khronos.org/registry/OpenCL/extensions/arm/cl_arm_integer_dot_product.txt

Diff Detail

Repository
rC Clang

Event Timeline

kpet created this revision.May 24 2019, 3:26 AM

This deserves at least a link to the published spec in the description!

kpet edited the summary of this revision. (Show Details)May 24 2019, 4:45 AM

Yes, indeed :).

Anastasia accepted this revision.May 24 2019, 6:59 AM

LGTM! Thanks!

This revision is now accepted and ready to land.May 24 2019, 6:59 AM
kpet closed this revision.May 24 2019, 9:05 AM

Committed as r361641.