This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Added doc to describe OpenCL support
ClosedPublic

Authored by Anastasia on Oct 16 2019, 3:31 PM.

Details

Summary

The idea of this page is to document WIP functionality and also describe the plan of future development work.

Diff Detail

Event Timeline

Anastasia created this revision.Oct 16 2019, 3:31 PM

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?

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.

Anastasia updated this revision to Diff 225391.Oct 17 2019, 3:48 AM
Anastasia edited the summary of this revision. (Show Details)

Added OpenCLSupport page into index.

mantognini accepted this revision.Oct 17 2019, 4:19 AM

Alright, thanks for the explanation. LGTM then.

This revision is now accepted and ready to land.Oct 17 2019, 4:19 AM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2019, 6:03 AM