[all-commits] [llvm/llvm-project] f61602: [OpenMP][OMPD] Implementation of OMPD debugging li...
vigbalu via All-commits
all-commits at lists.llvm.org
Tue Jun 8 04:15:18 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f61602b0d3fd3ff5b277dc44cf22cfb5356dee5c
https://github.com/llvm/llvm-project/commit/f61602b0d3fd3ff5b277dc44cf22cfb5356dee5c
Author: Vignesh Balasubramanian <Vignesh.Balasubrmanian at amd.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M openmp/runtime/CMakeLists.txt
M openmp/runtime/src/CMakeLists.txt
M openmp/runtime/src/include/omp-tools.h.var
M openmp/runtime/src/kmp.h
M openmp/runtime/src/kmp_config.h.cmake
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/src/kmp_gsupport.cpp
M openmp/runtime/src/kmp_runtime.cpp
M openmp/runtime/src/kmp_settings.cpp
M openmp/runtime/src/kmp_settings.h
M openmp/runtime/src/kmp_tasking.cpp
M openmp/runtime/src/kmp_wait_release.h
A openmp/runtime/src/ompd-specific.cpp
A openmp/runtime/src/ompd-specific.h
M openmp/runtime/src/ompt-general.cpp
M openmp/runtime/src/ompt-specific.cpp
Log Message:
-----------
[OpenMP][OMPD] Implementation of OMPD debugging library - libompd.
This is the first of seven patches that implements OMPD, a debugging interface to support debugging of OpenMP programs.
It contains support code required in "openmp/runtime" for OMPD implementation.
Reviewed By: @hbae
Differential Revision: https://reviews.llvm.org/D100181
More information about the All-commits
mailing list