[all-commits] [llvm/llvm-project] 9e0ee0: [OpenMP] Add support for pause with omp_pause_stop...

Hansang Bae via All-commits all-commits at lists.llvm.org
Thu Aug 15 09:45:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e0ee0e104a2f10b04144837d6a138b04a0193f6
      https://github.com/llvm/llvm-project/commit/9e0ee0e104a2f10b04144837d6a138b04a0193f6
  Author: Hansang Bae <hansang.bae at intel.com>
  Date:   2024-08-15 (Thu, 15 Aug 2024)

  Changed paths:
    M openmp/runtime/src/include/omp.h.var
    M openmp/runtime/src/include/omp_lib.F90.var
    M openmp/runtime/src/include/omp_lib.h.var
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_ftn_entry.h
    M openmp/runtime/src/kmp_runtime.cpp
    A openmp/runtime/test/ompt/misc/pause_stop_tool.c

  Log Message:
  -----------
  [OpenMP] Add support for pause with omp_pause_stop_tool (#97100)

This patch adds support for pause resource with a new enumerator
omp_pause_stop_tool. The expected behavior of this enumerator is
* omp_pause_resource: not allowed
* omp_pause_resource_all: equivalent to omp_pause_hard



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list