[all-commits] [llvm/llvm-project] 292e89: [OpenMP] Begin Adding OpenMP Tool to Gather OpenMP...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Wed Nov 11 17:01:15 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 292e898c16d120bdb629e0e7ba743c0aa1b9f1d2
https://github.com/llvm/llvm-project/commit/292e898c16d120bdb629e0e7ba743c0aa1b9f1d2
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2020-11-11 (Wed, 11 Nov 2020)
Changed paths:
A openmp/tools/analyzer/analyzer.py
A openmp/tools/analyzer/llvm-openmp-analyzer
A openmp/tools/analyzer/llvm-openmp-analyzer++
Log Message:
-----------
[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
More information about the All-commits
mailing list