-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
profiling label #1935
Comments
Is this something we provide in general for internal Kokkos functors? What should our policy be on this? |
@dhollman I'd like it if we had labels, it's fairly jarring for users to see stuff like this in their profiling outputs |
Yeah I agree. I was just thinking we should think this through and have some sort of convention, like surrounding the name with square brackets and/or prefixing the label with "Kokkos Internal" or something |
I think |
@dhollman it gives some false positives, but I think the rule should be "if we're in Kokkos, unless we're in a forwarding layer which calls another Kokkos::parallel_* construct, calls to Kokkos::parallel_* must name their kernels." Does that sound like the semantics we want? |
Seems reasonable :-) |
@DavidPoliakoff will look into this |
random functor does not have labels.
The text was updated successfully, but these errors were encountered: