[all-commits] [llvm/llvm-project] fe5d51: [OpenMP] Add using bit flags to select Libomptarge...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Jan 4 09:10:14 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fe5d51a4897c26696fede55e120c912df60cd3f4
https://github.com/llvm/llvm-project/commit/fe5d51a4897c26696fede55e120c912df60cd3f4
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-01-04 (Mon, 04 Jan 2021)
Changed paths:
M openmp/libomptarget/include/Debug.h
M openmp/libomptarget/include/SourceInfo.h
M openmp/libomptarget/plugins/cuda/src/rtl.cpp
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/test/offloading/info.c
Log Message:
-----------
[OpenMP] Add using bit flags to select Libomptarget Information
Summary:
This patch adds more fine-grained support over which information is output from the libomptarget runtime when run with the environment variable LIBOMPTARGET_INFO set. An extensible set of flags can be used to pick and choose which information the user is interested in.
Reviewers: jdoerfert JonChesterfield grokos
Differential Revision: https://reviews.llvm.org/D93727
More information about the All-commits
mailing list