[all-commits] [llvm/llvm-project] 83d4b2: [OpenMP] Add info for device table changes
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Apr 15 15:44:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83d4b2e2e08264d39190455c381092e604cf1342
https://github.com/llvm/llvm-project/commit/83d4b2e2e08264d39190455c381092e604cf1342
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-04-15 (Thu, 15 Apr 2021)
Changed paths:
M openmp/docs/design/Runtimes.rst
M openmp/libomptarget/include/Debug.h
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/test/offloading/info.c
Log Message:
-----------
[OpenMP] Add info for device table changes
Summary:
This patch adds a feature to print information whenever the host-device pointer
mapping table is changed by inserting or removing an entry. This introduces a
new bit field for LIBOMPTARGET_INFO at position 0x8.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D100600
More information about the All-commits
mailing list