Add the builtin functions brought by the cl_khr_subgroup_non_uniform_arithmetic extension to -fdeclare-opencl-builtins.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM! Thanks
clang/lib/Sema/OpenCLBuiltins.td | ||
---|---|---|
1529 | There is a bit of repetition with FuncExtKhrSubgroups but I guess it's not worth creating common patterns? |
clang/lib/Sema/OpenCLBuiltins.td | ||
---|---|---|
1529 | Indeed there is some overlap, but factoring out commonality would increase complexity. |
There is a bit of repetition with FuncExtKhrSubgroups but I guess it's not worth creating common patterns?