[Openmp-commits] [openmp] r335069 - Remove liboffload from repository

Jonas Hahnfeld via Openmp-commits openmp-commits at lists.llvm.org
Tue Jun 19 12:08:17 PDT 2018


Author: hahnfeld
Date: Tue Jun 19 12:08:17 2018
New Revision: 335069

URL: http://llvm.org/viewvc/llvm-project?rev=335069&view=rev
Log:
Remove liboffload from repository

See the mailing list for the proposal and discussion:
http://lists.llvm.org/pipermail/openmp-dev/2018-June/002041.html

Removed:
    openmp/trunk/offload/
Modified:
    openmp/trunk/www/index.html

Modified: openmp/trunk/www/index.html
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/www/index.html?rev=335069&r1=335068&r2=335069&view=diff
==============================================================================
--- openmp/trunk/www/index.html (original)
+++ openmp/trunk/www/index.html Tue Jun 19 12:08:17 2018
@@ -49,10 +49,7 @@
       </li>
       <li>
         the library that supports offload to target devices (in
-        "offload")
-      </li>
-      <li>
-        the OpenUH test-suite used to validate the OpenMP runtime
+        "libomptarget")
       </li>
     </ul>
   </p>
@@ -60,12 +57,7 @@
   <p>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 attached computational devices such as
-  the Intel&reg Xeon Phi&#0153 coprocessor or GPUs.
-  The README.txt in the "offload"
-  directory describes how to build the offload library.
+  "target" directive is in the separate "libomptarget" directory.
   </p>
 
   <p>All of the code here is <a




More information about the Openmp-commits mailing list