[Openmp-commits] [PATCH] D91085: [OpenMP] Begin Adding OpenMP Tool to Gather OpenMP Information

Joseph Huber via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Nov 9 08:08:02 PST 2020


jhuber6 created this revision.
jhuber6 added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, guansong, yaxunl.
Herald added a project: OpenMP.
jhuber6 requested review of this revision.
Herald added a subscriber: sstefan1.

This 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++.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91085

Files:
  openmp/tools/analyzer/llvm-openmp-analyzer
  openmp/tools/analyzer/llvm-openmp-analyzer++

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91085.303879.patch
Type: text/x-patch
Size: 6016 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20201109/99d92803/attachment.bin>


More information about the Openmp-commits mailing list