diff options
author | Singapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com> | 2017-07-05 16:48:21 +0000 |
---|---|---|
committer | Singapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com> | 2017-07-05 16:48:21 +0000 |
commit | 79f13b9a80c9382634ee543f7d67663a5fc4fb6a (patch) | |
tree | 2577fda9cdb97a78064a7889ff51480015b14e82 /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp | |
parent | 7538b35cef29c835879c0a4e8cb333ac886c9be9 (diff) | |
download | bcm5719-llvm-79f13b9a80c9382634ee543f7d67663a5fc4fb6a.tar.gz bcm5719-llvm-79f13b9a80c9382634ee543f7d67663a5fc4fb6a.zip |
Prefix the name of the calling host function in the name of callee GPU kernel
Summary:
Provide more context to the name of a GPU kernel by prefixing its name with the host function that calls it. E.g. The first kernel called by `gemm` would be `FUNC_gemm_KERNEL_0`.
Kernels currently follow the "kernel_#" (# = 0,1,2,3,...) nomenclature. This patch makes it easier to map host caller and device callee, especially when there are many kernels produced by Polly-ACC.
Reviewers: grosser, Meinersbur, bollu, philip.pfaffe, kbarton!
Reviewed By: grosser
Subscribers: nemanjai, pollydev
Tags: #polly
Differential Revision: https://reviews.llvm.org/D33985
llvm-svn: 307173
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct/main.cpp')
0 files changed, 0 insertions, 0 deletions