aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorJim Cownie <james.h.cownie@intel.com>2014-05-10 17:02:09 +0000
committerJim Cownie <james.h.cownie@intel.com>2014-05-10 17:02:09 +0000
commit76cb79d0d0e545a98a8a59a98333ee2ab9f11f33 (patch)
tree6392018a03a255e02488b9c813ba6a35a0460d6b /www
parent4d047e96ab77768672539431179e3831ef34332a (diff)
Add testsuite from OpenUH
git-svn-id: https://llvm.org/svn/llvm-project/openmp/trunk@208472 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www')
-rw-r--r--www/index.html22
1 files changed, 15 insertions, 7 deletions
diff --git a/www/index.html b/www/index.html
index e346702..bf0f4a9 100644
--- a/www/index.html
+++ b/www/index.html
@@ -61,10 +61,6 @@
directory describes how to build the offload library.
</p>
- <p>We are, however, still missing test code. Any contributions in
- that area would be greatly appreciated!
- </p>
-
<p>All of the code here is <a
href="http://llvm.org/docs/DeveloperPolicy.html#license">dual licensed</a>
under the MIT license and the UIUC License (a BSD-like license).
@@ -84,7 +80,10 @@
<li>High performance.</li>
<li>ABI compatibility with <a href="http://gcc.gnu.org">Gcc</a> and
<a href="http://software.intel.com/en-us/intel-compilers">Intel's
- existing OpenMP compilers.</a>
+ existing OpenMP compilers.</a>
+ However, we are not currently (May 2014) compatible with gcc 4.9, since
+ it has introduced new entrypoints with which we have not yet
+ caught up...
</li>
</ul>
@@ -114,10 +113,19 @@
<h2 id="dir-structure">Status</h2>
<!--=====================================================================-->
- <p>Currently the runtime is built with either gcc or icc. Obviously
- it would also be good to build with Clang.
+ <p>The runtime can be built with gcc, icc or clang. However, note
+ that a runtime built with clang cannot be guaranteed to work with
+ OpenMP code compiled by the other compilers, since clang does not support
+ a 128-bit float type, and cannot therefore generate the code used
+ for reductions of that type (which may occur in user code compiled
+ by the other compilers).
</p>
+ <p>The University of Houston has kindly contributed their test
+ suite (in the "testsuite" directory). Integration and use of this
+ for automatic testing remain to be done, but now the code is here
+ work can begin.
+ </p>
<!--=====================================================================-->
<h2>Get it and get involved!</h2>