Started a new doc section about the OpenCL experimental features and described ongoing work on C++ libraries e.g. type traits.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Looks good overall.
clang/docs/OpenCLSupport.rst | ||
---|---|---|
104 | Remove "with". | |
115 | s/use/include/ | |
116 | s/if/when/ | |
134 | I'd use < and > instead of ". It should work too, right? It would be closer to standard C++ usage. | |
138 | Two things:
| |
151 | s/for/against/ |
clang/docs/OpenCLSupport.rst | ||
---|---|---|
134 | Yes it does work. I was only thinking to use " to highlight that it is not standard in OpenCL but it doesn't matter too much. I guess it makes sense to align with C++. |
Remove "with".