[all-commits] [llvm/llvm-project] 52d0ef: [OpenMP] libomp: Add itt notifications to sync dep...

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Thu May 5 09:31:18 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52d0ef3c00fc0542630fa98a4dfdf7137fb8635f
      https://github.com/llvm/llvm-project/commit/52d0ef3c00fc0542630fa98a4dfdf7137fb8635f
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2022-05-05 (Thu, 05 May 2022)

  Changed paths:
    M openmp/runtime/src/kmp_taskdeps.cpp
    M openmp/runtime/src/kmp_taskdeps.h

  Log Message:
  -----------
  [OpenMP] libomp: Add itt notifications to sync dependent tasks.

Intel Inspector uses itt notifications to analyze code execution, and it
reports race conditions in dependent tasks.
This patch fixes the issue notifying Inspector on tasks dependency
synchronizations.

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




More information about the All-commits mailing list