Replies: 1 comment 6 replies
-
You don't. nvprof is not aware of SYCL, and what you see is the actual kernel name, which is generated by the compiler. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Profiling a SYCL program using Nvidia Profiler shows the following names. How can I make nvprof display the kernel name specified in a SYCL program ? Thanks.
Typeinfo name for main::[lambda(cl::sycl::handler &) (instance 4)]::operator ()(cl::sycl::handler &…
Typeinfo name for main::[lambda(cl::sycl::handler &) (instance 5)]::operator ()(cl::sycl::handler &…
Typeinfo name for main::[lambda(cl::sycl::handler &) (instance 6)]::operator ()(cl::sycl::handler &…
Beta Was this translation helpful? Give feedback.
All reactions