From b5969ca42d818e2fd2b1ede15ac8c62441544b4f Mon Sep 17 00:00:00 2001 From: Jonathan Peyton Date: Fri, 18 Mar 2016 14:50:01 +0000 Subject: [PATCH] Update www/index.html to reflect current status of OpenMP project llvm-svn: 263788 --- openmp/www/index.html | 74 ++++++++++++++++++++++++++++----------------------- 1 file changed, 40 insertions(+), 34 deletions(-) diff --git a/openmp/www/index.html b/openmp/www/index.html index c43a4e0..bd3c418 100644 --- a/openmp/www/index.html +++ b/openmp/www/index.html @@ -35,8 +35,8 @@

OpenMP®: Support for the OpenMP language

-

The OpenMP subproject of LLVM is intended to contain all of the - components required to build an executing OpenMP program that are +

The OpenMP subproject of LLVM contains the + components required to build an executable OpenMP program that are outside the compiler itself.

@@ -44,30 +44,27 @@

-

Support for the parts of the OpenMP 4.0 language that are not +

Support for the parts of the OpenMP 4.0 (and later) language that are not associated with the "target" constructs are contained in the "runtime" directory. Support for offloading computation via the "target" directive is in the separate "offload" directory. That builds a library that provides the interfaces for transferring code - and data to an attached computational device. Initial support here - is for the Intel® Xeon Phi™ coprocessor, but work is - beginning to support other attached computing devices, and the - design is intended to be general. The README.txt in the "offload" + and data to attached computational devices such as + the Intel® Xeon Phi™ coprocessor or GPUs. + The README.txt in the "offload" directory describes how to build the offload library.

@@ -79,19 +76,37 @@

+

Status

+ + +

With the release of Clang 3.8.0, OpenMP 3.1 support is enabled in + Clang by default, and the OpenMP runtime is therefore built as a + normal part of the Clang build, and distributed with the binary + distributions.You do not, therefore, need explicitly to check out this code, or + build it out of tree; a normal Clang check out and build will + automatically include building these runtime libraries. +

+ +

Features and Goals