summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct
diff options
context:
space:
mode:
authorSingapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com>2017-07-05 16:48:21 +0000
committerSingapuram Sanjay Srivallabh <singapuram.sanjay@gmail.com>2017-07-05 16:48:21 +0000
commit79f13b9a80c9382634ee543f7d67663a5fc4fb6a (patch)
tree2577fda9cdb97a78064a7889ff51480015b14e82 /lldb/packages/Python/lldbsuite/test/expression_command/anonymous-struct
parent7538b35cef29c835879c0a4e8cb333ac886c9be9 (diff)
downloadbcm5719-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')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud