[all-commits] [llvm/llvm-project] 952a0f: [Libomptarget] Introduce new globalization runtime...

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jun 22 07:08:48 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 952a0f23852ce9448b10458449b0aa39061ffee5
      https://github.com/llvm/llvm-project/commit/952a0f23852ce9448b10458449b0aa39061ffee5
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2021-06-22 (Tue, 22 Jun 2021)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/common/src/data_sharing.cu
    M openmp/libomptarget/deviceRTLs/common/src/omptarget.cu
    M openmp/libomptarget/deviceRTLs/interface.h

  Log Message:
  -----------
  [Libomptarget] Introduce new globalization runtime calls

Summary:
This patch introduces the new globalization runtime to be used by D97680. These
runtime calls will replace the __kmpc_data_sharing_push_stack and
__kmpc_data_sharing_pop_stack functions.

Reviewed By: tianshilei1992

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




More information about the All-commits mailing list