[all-commits] [llvm/llvm-project] 1d8d43: [OpenMP] Use `__kmpc_give_task` in `__kmp_push_tas...

Shilei Tian via All-commits all-commits at lists.llvm.org
Thu Aug 19 17:49:41 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1d8d43ae61509c91ccd8f647d99bfd53fa254d3c
      https://github.com/llvm/llvm-project/commit/1d8d43ae61509c91ccd8f647d99bfd53fa254d3c
  Author: Shilei Tian <tianshilei1992 at gmail.com>
  Date:   2021-08-19 (Thu, 19 Aug 2021)

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

  Log Message:
  -----------
  [OpenMP] Use `__kmpc_give_task` in `__kmp_push_task` when encountering a hidden helper task

This patch replaces the current implementation, overwrites `gtid` and `thread`,
with `__kmpc_give_task`.

Reviewed By: AndreyChurbanov

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




More information about the All-commits mailing list