The idea of this page is to document WIP functionality and also describe the plan of future development work.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Shouldn't this page be referenced from clang/docs/index.rst?
In the long run, how would this page differ from https://releases.llvm.org/9.0.0/tools/clang/docs/LanguageExtensions.html#opencl-features and https://releases.llvm.org/9.0.0/tools/clang/docs/UsersManual.html#opencl-features ? Do you think the content of those pages should be (partially) moved to the new one?
Oops, yes! Sure. I will update. Thanks!
In the long run, how would this page differ from https://releases.llvm.org/9.0.0/tools/clang/docs/LanguageExtensions.html#opencl-features
This documents the language extensions.
and https://releases.llvm.org/9.0.0/tools/clang/docs/UsersManual.html#opencl-features ?
Explains how to use OpenCL
Do you think the content of those pages should be (partially) moved to the new one?
Possibly but the page I am adding is intended to document the state of implementations i.e. features that are incomplete or in intermediate phase and potentially even what we are planning to support in the near future. So it's intended more for the clang users to understand what they can or can't compile yet.