summaryrefslogtreecommitdiffstats
path: root/clang/docs/OpenMPSupport.rst
Commit message (Collapse)AuthorAgeFilesLines
* [OPENMP][DOCS]Update status of OpenMP 5.0 features, NFC.Alexey Bataev2019-12-241-2/+2
|
* [OPENMP][DOCS]Claim simd nontemporal clause, NFC.Alexey Bataev2019-12-161-1/+1
|
* [OPENMP][DOCS]Mark if clause on simd done, NFC.Alexey Bataev2019-12-161-1/+1
|
* [OpenMP][Docs] Claim loop tiling.Michael Kruse2019-12-131-0/+2
|
* [OpenMP][Docs] Mark 5.0 features worked on and list 5.1 featuresJohannes Doerfert2019-12-121-2/+17
|
* [OPENMP][DOCS]Update list of the supported features, NFC.Alexey Bataev2019-12-051-3/+3
|
* [OPENMP]Update list of implemented features, NFC.Alexey Bataev2019-12-041-5/+5
|
* [OPENMP] [DOCS] correct status for use_device_addr clauseKelvin Li2019-11-221-1/+1
| | | | | | The status of the use_device_addr clause feature is changed from 'done' to 'worked on`. Differential Revision: https://reviews.llvm.org/D70608
* [OPENMP][DOCS] Update OpenMP status (NFC)Alexey Bataev2019-11-071-2/+4
| | | | | | | | | | | | | | Summary: This is updating the OpenMP status table. Cray has volunteered for `defaultmap` and supporting `in_reduction` on the `target` construct, so the status on those entries from was changed from "unclaimed". Also, a new entry was added for supporting non-contiguous arrays sections on the `target update` directive. Reviewers: ABataev, hfinkel, jdoerfert, kkwli0 Reviewed By: ABataev Subscribers: guansong, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D69923
* [OPENMP] [DOCS] fix section formatting issues [NFC]Kelvin Li2019-11-061-13/+10
| | | | Differential Revision: https://reviews.llvm.org/D69909
* [OPENMP][DOCS]Fix coloring of the implemented features status, NFC.Alexey Bataev2019-11-051-5/+5
|
* [OPENMP][DOCS]Update list of implemented features, NFC.Alexey Bataev2019-11-041-2/+2
|
* [OPENMP][DOC]Provide correct info about supported features, NFC.Alexey Bataev2019-10-301-23/+2
| | | | | | | Removed the explicit list of supported features from OpenMP 5.0 and used the reference to the table instead. Also, fixed info about constructs that can be executed in SPMD mode, if and num_threads clauses do not affect it anymore.
* [OPENMP][DOC]Update list of supported functions, NFC.Alexey Bataev2019-10-301-2/+2
| | | | Added support for parallel master taskloop simd construct.
* [DOCS]Update list of implemented constructs, NFC.Alexey Bataev2019-10-181-2/+2
| | | | llvm-svn: 375257
* [OPENMP]Update doc for supported constructs, NFC.Alexey Bataev2019-10-101-1/+1
| | | | llvm-svn: 374438
* [OPENMP]Updated status page, NFC.Alexey Bataev2019-09-111-3/+3
| | | | llvm-svn: 371627
* [OpenMP][Docs] Provide implementation status detailsJohannes Doerfert2019-09-041-4/+132
| | | | | | | | | | | | | | | This adds a more fine-grained list of OpenMP features with their implementation status and associated reviews/commits. Reviewers: kkwli0, ABataev, RaviNarayanaswamy, gtbercea, Hahnfeld Subscribers: bollu, guansong, jfb, hfinkel, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D64375 llvm-svn: 370930
* [DOCS]Support for emission of the debug info for the Cuda devices, NFC.Alexey Bataev2019-02-051-2/+5
| | | | llvm-svn: 353214
* [OPENMP][DOCS] Release notes/OpenMP support updates, NFC.Kelvin Li2019-01-181-43/+33
| | | | | | Differential Revision: https://reviews.llvm.org/D56733 llvm-svn: 351580
* [OpenMP] Add flag for preventing the extension to 64 bits for the collapse ↵Gheorghe-Teodor Bercea2019-01-091-0/+10
| | | | | | | | | | | | | | | | loop counter Summary: Introduce a compiler flag for cases when the user knows that the collapsed loop counter can be safely represented using at most 32 bits. This will prevent the emission of expensive mathematical operations (such as the div operation) on the iteration variable using 64 bits where 32 bit operations are sufficient. Reviewers: ABataev, caomhin Reviewed By: ABataev Subscribers: hfinkel, kkwli0, guansong, cfe-commits Differential Revision: https://reviews.llvm.org/D55928 llvm-svn: 350758
* [OPENMP][DOCS]Release notes/OpenMP support updates, NFC.Alexey Bataev2019-01-091-4/+1
| | | | llvm-svn: 350757
* [OPENMP] What's new for OpenMP in clang.Alexey Bataev2018-07-261-6/+69
| | | | | | Updated ReleaseNotes + Status of the OpenMP support in clang. llvm-svn: 338049
* [DOCS] Mention OpenMP Tools Interface in runtime libraryJonas Hahnfeld2018-01-221-1/+1
| | | | | | | | | Also list supported configurations (architectures + operating systems). Differential Revision: https://reviews.llvm.org/D42349 llvm-svn: 323123
* [DOCS] Updated current status of OpenMP support, NFC.Alexey Bataev2018-01-161-6/+6
| | | | llvm-svn: 322589
* [OPENMP] Update status of OpenMP support, NFC.Alexey Bataev2018-01-151-2/+2
| | | | llvm-svn: 322516
* [OPENMP] Update docs for OpenMP status, NFC.Alexey Bataev2018-01-151-1/+1
| | | | llvm-svn: 322502
* [OPENMP] Current status of OpenMP support.Alexey Bataev2018-01-081-0/+68
Summary: Some info about supported features of OpenMP 4.5-5.0. Reviewers: hfinkel, rsmith Subscribers: kkwli0, Hahnfeld, cfe-commits Differential Revision: https://reviews.llvm.org/D39457 llvm-svn: 322018
OpenPOWER on IntegriCloud