[PATCH] D58504: [OpenCL][8.0.0 Release] Notes for OpenCL

Kelvin Li via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 21 08:04:16 PST 2019


kkwli0 added inline comments.


================
Comment at: docs/ReleaseNotes.rst:14
 
-This document contains the release notes for the Clang C/C++/Objective-C
+This document contains the release notes for the Clang C/C++/Objective-C/OpenCL
 frontend, part of the LLVM Compiler Infrastructure, release 8.0.0. Here we
----------------
Anastasia wrote:
> ABataev wrote:
> > Anastasia wrote:
> > > Anastasia wrote:
> > > > @hans  I am not sure if it's best to list all languages supported (i.e. OpenMP, Renderscript, CUDA are still missing) or alternatively we could change to something like - Clang C language family frontend? The latter one is taken from the main page: https://clang.llvm.org/. Although, OpenMP is missing on the main page.
> > > @ABataev should the main page be updated to list OpenMP explicitly?
> > Well, generally speaking, OpenMP is not a programming language, it is an API, i.e. just an extension for C/C++/Fortran. Not sure that it must be in the list of the actual languages.
> Ok, then I guess it will be ok to leave it out in this update to the release notes too!
I agree with Alexey.  OpenMP is an API specification not quite a language yet.


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

https://reviews.llvm.org/D58504





More information about the cfe-commits mailing list