[all-commits] [llvm/llvm-project] f780e1: [OpenCL] Fix support for cl_khr_mipmap_image_writes
Alexey Sotkin via All-commits
all-commits at lists.llvm.org
Wed Feb 5 04:08:39 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f780e15caf1bed0a9fbc87fde70bd5ab3d80a439
https://github.com/llvm/llvm-project/commit/f780e15caf1bed0a9fbc87fde70bd5ab3d80a439
Author: Alexey Sotkin <alexey.sotkin at intel.com>
Date: 2020-02-05 (Wed, 05 Feb 2020)
Changed paths:
M clang/include/clang/Basic/OpenCLExtensions.def
M clang/lib/Headers/opencl-c.h
M clang/test/SemaOpenCL/extension-version.cl
Log Message:
-----------
[OpenCL] Fix support for cl_khr_mipmap_image_writes
Text of the extension is available here:
https://github.com/KhronosGroup/OpenCL-Docs/blob/master/ext/cl_khr_mipmap_image.asciidoc
Patch by Ilya Mashkov
Differential Revision: https://reviews.llvm.org/D71460
More information about the All-commits
mailing list