[PATCH] D69072: [OpenCL] Added doc to describe OpenCL support

Anastasia Stulova via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 17 03:13:29 PDT 2019


Anastasia added a comment.

In D69072#1712473 <https://reviews.llvm.org/D69072#1712473>, @mantognini wrote:

> Shouldn't this page be referenced from `clang/docs/index.rst`?


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.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69072/new/

https://reviews.llvm.org/D69072





More information about the cfe-commits mailing list