[PATCH] D46601: [OpenCL] Fix typos in emitted enqueue kernel function names
Yaxun Liu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 8 13:48:25 PDT 2018
yaxunl created this revision.
yaxunl added reviewers: Anastasia, b-sumner.
Two typos:
vaarg => vararg
get_kernel_preferred_work_group_multiple => get_kernel_preferred_work_group_size_multiple
https://reviews.llvm.org/D46601
Files:
lib/CodeGen/CGBuiltin.cpp
test/CodeGenOpenCL/cl20-device-side-enqueue.cl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46601.145773.patch
Type: text/x-patch
Size: 8099 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180508/664f5ea2/attachment-0001.bin>
More information about the cfe-commits
mailing list