[PATCH] D115523: [OpenCL] Set external linkage for block enqueue kernels
Anastasia Stulova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 10 07:47:39 PST 2021
Anastasia accepted this revision.
Anastasia added a comment.
This revision is now accepted and ready to land.
LGTM! I agree according to the OpenCL programming model attributes `internal spir_kernel` together on the same function create a contradiction because kernel functions are expected to have global visibility.
Adding @AlexeySachkov who has reported the same issue earlier elsewhere.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D115523/new/
https://reviews.llvm.org/D115523
More information about the cfe-commits
mailing list