[all-commits] [llvm/llvm-project] 493210: [OpenMP] libomp: fix ittnotify stack stitching for...

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Thu Feb 25 13:24:13 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 493210117785c348dcbbf7fc3615020ee81d2c9d
      https://github.com/llvm/llvm-project/commit/493210117785c348dcbbf7fc3615020ee81d2c9d
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2021-02-26 (Fri, 26 Feb 2021)

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

  Log Message:
  -----------
  [OpenMP] libomp: fix ittnotify stack stitching for teams construct

Stitching id could be overridden causing reference of destroyed object
when number of teams is 1. The patch separates stitching id store
location for teams and parallel nested in teams.

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




More information about the All-commits mailing list