[PATCH] D19932: [OpenCL] Add to_{global|local|private} builtin functions.
Yaxun Liu via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 23 11:52:57 PDT 2016
yaxunl added a comment.
> this is not true. as I pointed out earlier, take a look at libclc headers. a lot functions are defined for multiple types while maintaining type safety.
> there is no problem having TYPE * to_global(TYPE *), for every permissible CLC type, declared in headers without any builtin.
This function allows user defined types. How do you declare that in a header file?
Repository:
rL LLVM
http://reviews.llvm.org/D19932
More information about the cfe-commits
mailing list