lion03 / thrust

Automatically exported from code.google.com/p/thrust
Apache License 2.0
0 stars 0 forks source link

CUDA profiler hooks #251

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When profiling Thrust applications with tools like the CUDA Visual Profiler or 
Parallel Nsight it would be useful to have algorithms reported in a more 
straightforward way.  Specifically, rather than having each individual kernel, 
with their lengthly mangled names, appear in the profile it would be preferable 
to have simple expressions like "thrust::sort" or perhaps 
"thrust::sort<FooIterator>".

Ideally the tools above would support some sort of stack-based mechanism to 
aggregate and nest kernels into logical algorithms.

Original issue reported on code.google.com by wnbell on 13 Oct 2010 at 12:54

GoogleCodeExporter commented 8 years ago
Forwarded to https://github.com/thrust/thrust/issues/81

Original comment by jaredhoberock on 7 May 2012 at 9:35