[PATCH] D119229: [NVPTX] Remove image/sampler special case in call lowering

Artem Belevich via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 11:21:08 PST 2022


tra added a comment.

I have absolutely no idea what OpenCL does with sample/texture handles. You may want to find whoever added the code.

I do see that Apple's xcode SDK 13.2.1 still uses `struct _image2d_t` and `_image3d_t` in macosx/System/Library/Frameworks/OpenCL.framework/Versions/A/lib/clang/3.2/include/cl_kernel.h
That said, I think NVIDIA has stopped supporting macs a while back, so it's probably not very relevant.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D119229/new/

https://reviews.llvm.org/D119229



More information about the llvm-commits mailing list