[all-commits] [llvm/llvm-project] 0f4f24: [OpenCL] Guard read_write image3d with cl_khr_3d_i...

Sven van Haastregt via All-commits all-commits at lists.llvm.org
Wed Nov 9 05:18:30 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0f4f246783fa5866f6fa5db4043e898060cdf98d
      https://github.com/llvm/llvm-project/commit/0f4f246783fa5866f6fa5db4043e898060cdf98d
  Author: Sven van Haastregt <sven.vanhaastregt at arm.com>
  Date:   2022-11-09 (Wed, 09 Nov 2022)

  Changed paths:
    M clang/lib/Headers/opencl-c.h

  Log Message:
  -----------
  [OpenCL] Guard read_write image3d with cl_khr_3d_image_writes

Not all `read_write image3d_t` occurrences in opencl-c.h were guarded
with `cl_khr_3d_image_writes`.  Align with `-fdeclare-opencl-builtins`.




More information about the All-commits mailing list