[OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information
authorJoseph Huber <jhuber6@vols.utk.edu>
Mon, 9 Nov 2020 16:02:30 +0000 (11:02 -0500)
committerHuber, Joseph <huberjn@ornl.gov>
Thu, 12 Nov 2020 01:00:37 +0000 (20:00 -0500)
commit292e898c16d120bdb629e0e7ba743c0aa1b9f1d2
tree6da99f8e1e3e3820b07f1c43689650db33fbb74a
parent25b3164bfbe6dcca6687b4da97f212d8ece878fe
[OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information

Summary:
This patch begins to add support for a set of scripts that can be used to get information from OpenMP programs to better describe problems and eventually show the data to the user in formatted output. Right now the only support is forformatting the register and memory usage reports from ptxas and nvlink. This is simply done as a wrapper around clang and clang++.

Reviewers: jdoerfert

DIfferential Revision: https://reviews.llvm.org/D91085
openmp/tools/analyzer/analyzer.py [new file with mode: 0644]
openmp/tools/analyzer/llvm-openmp-analyzer [new file with mode: 0755]
openmp/tools/analyzer/llvm-openmp-analyzer++ [new symlink]