[PATCH] D104858: [OpenCL][ARM] Fix ICE when compiling a kernel

Pekka Jääskeläinen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 6 07:06:57 PDT 2021


pekka.jaaskelainen added a comment.



> Ok, thanks for clarification. Does it mean there is something we need to add to LLVM somewhere to make it work correctly? Would it be specific to Arm or generally for all CPU targets?

To my understanding, what is required is to keep SPIR_KERNEL CC working for Arm since that is the generic way for PoCL supports clSetKernelArg for CPU targets by default. I have been under impression that it has worked so far for Arm, but I haven't tested it personally, and PoCL still lacks an official Arm maintainer, so cannot say for sure.


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

https://reviews.llvm.org/D104858



More information about the cfe-commits mailing list