[all-commits] [llvm/llvm-project] add8d9: [OpenMP] support alloc of serialized tasks

Joachim via All-commits all-commits at lists.llvm.org
Sun Jun 14 06:56:01 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: add8d90cb3bbcee5f381bcb480d1f543b3609ac6
      https://github.com/llvm/llvm-project/commit/add8d90cb3bbcee5f381bcb480d1f543b3609ac6
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-06-14 (Sun, 14 Jun 2020)

  Changed paths:
    M openmp/runtime/src/kmp_tasking.cpp

  Log Message:
  -----------
  [OpenMP] support alloc of serialized tasks

Reviewed by: AndreyChurbanov

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


  Commit: d056d7592a48df41d0c1196f845aef440a1e082d
      https://github.com/llvm/llvm-project/commit/d056d7592a48df41d0c1196f845aef440a1e082d
  Author: Joachim Protze <protze at itc.rwth-aachen.de>
  Date:   2020-06-14 (Sun, 14 Jun 2020)

  Changed paths:
    M openmp/runtime/test/CMakeLists.txt
    M openmp/runtime/test/ompt/callback.h

  Log Message:
  -----------
  [OpenMP][Tool] Extend reuse of OMPT testing

This patch allows to specify a prefix (default:empty) to be included into print-out
written by callback.h.
Also adding a cmake target to find the header file from other tests.

Reviewed by: jdoerfert

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


Compare: https://github.com/llvm/llvm-project/compare/862db369f8a8...d056d7592a48


More information about the All-commits mailing list