Two typos:
vaarg => vararg
get_kernel_preferred_work_group_multiple => get_kernel_preferred_work_group_size_multiple
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D46601
[OpenCL] Fix typos in emitted enqueue kernel function names ClosedPublic Authored by yaxunl on May 8 2018, 1:48 PM.
Details Summary Two typos:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 9 2018, 6:42 AM Closed by commit rL331895: [OpenCL] Fix typos in emitted enqueue kernel function names (authored by yaxunl). · Explain WhyMay 9 2018, 10:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 145948 cfe/trunk/lib/CodeGen/CGBuiltin.cpp
cfe/trunk/test/CodeGenOpenCL/cl20-device-side-enqueue.cl
|