[PATCH] D14441: [OpenCL] Pipe types support.

Alexey Bader via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 15 03:23:44 PST 2015


bader added a comment.

Hi guys,

Sorry for long silence.
Unfortunately, I just can't find time to finish with this patch.
Xiuli provided a valid test case that exposed issue with type caching, so I decided to not commit at as is (although I applied other minor style comments locally).

I'm currently working on front-end part of OpenCL C -> SPIR-V compiler, which is developed on github: https://github.com/KhronosGroup/SPIR/tree/spirv-1.0. It should be fully OpenCL C 1.x and 2.0 conformant clang.

I would be really happy to see patches from that branches to be in the llvm.org repository and I would appreciate any help with porting them from 3.6 release branch.

Sorry for inconvenience,
Alexey Bader


http://reviews.llvm.org/D14441





More information about the cfe-commits mailing list