[all-commits] [llvm/llvm-project] 258e27: [OpenMP] Add support for GOMP depobj

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Wed Sep 15 10:47:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 258e27aae1354e0e82cf328fc55b1c7eea932290
      https://github.com/llvm/llvm-project/commit/258e27aae1354e0e82cf328fc55b1c7eea932290
  Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M openmp/runtime/src/kmp_gsupport.cpp
    M openmp/runtime/test/CMakeLists.txt
    M openmp/runtime/test/lit.cfg
    M openmp/runtime/test/lit.site.cfg.in
    A openmp/runtime/test/tasking/omp50_taskdep_depobj.c

  Log Message:
  -----------
  [OpenMP] Add support for GOMP depobj

GOMP depobjs are represented as a two intptr_t array. The first
element is the base address of the dependency and the second element
is the flag indicating the type the depobj represents.

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




More information about the All-commits mailing list