[all-commits] [llvm/llvm-project] 6b9e43: [Openmp][VE] Libomptarget plugin for NEC SX-Aurora

manorom via All-commits all-commits at lists.llvm.org
Tue May 12 01:48:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6b9e43c67e0b109881db2524ec5207c4a888e7f7
      https://github.com/llvm/llvm-project/commit/6b9e43c67e0b109881db2524ec5207c4a888e7f7
  Author: Manoel Roemmer <manoel.roemmer at rwth-aachen.de>
  Date:   2020-05-12 (Tue, 12 May 2020)

  Changed paths:
    M openmp/libomptarget/cmake/Modules/LibomptargetGetDependencies.cmake
    M openmp/libomptarget/plugins/CMakeLists.txt
    M openmp/libomptarget/plugins/common/elf_common.c
    A openmp/libomptarget/plugins/ve/CMakeLists.txt
    A openmp/libomptarget/plugins/ve/src/rtl.cpp
    M openmp/libomptarget/src/rtl.cpp

  Log Message:
  -----------
  [Openmp][VE] Libomptarget plugin for NEC SX-Aurora

This patch adds a libomptarget plugin for the NEC SX-Aurora TSUBASA Vector
Engine (VE target).  The code is largely based on the existing generic-elf
plugin and uses the NEC VEO and VEOSINFO libraries for offloading.

Differential Revision: https://reviews.llvm.org/D76843




More information about the All-commits mailing list