[PATCH] D106434: [OpenCL] Add cl_khr_integer_dot_product

Sven van Haastregt via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 21 06:33:42 PDT 2021


svenvh created this revision.
svenvh added reviewers: Anastasia, stuart.
svenvh added a project: clang.
Herald added subscribers: ldrumm, yaxunl.
svenvh requested review of this revision.
Herald added a subscriber: cfe-commits.

Add the builtins defined by Section 42 "Integer dot product" in the OpenCL Extension Specification.

See https://www.khronos.org/registry/OpenCL/specs/3.0-unified/html/OpenCL_Ext.html#cl_khr_integer_dot_product


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106434

Files:
  clang/lib/Headers/opencl-c-base.h
  clang/lib/Headers/opencl-c.h
  clang/lib/Sema/OpenCLBuiltins.td
  clang/test/Headers/opencl-c-header.cl

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106434.360421.patch
Type: text/x-patch
Size: 5434 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210721/2043c79f/attachment-0001.bin>


More information about the cfe-commits mailing list