-
Notifications
You must be signed in to change notification settings - Fork 6
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
Introduce Kokkos::Profiling::Region to profile tpl calls #204
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't look at all the changes but the one I saw were a better fit for Kokkos::Profiling::ScopedRegion
Thank you for the comments. I was not aware of this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except my small cosmetic question/comment, this looks good to me.
@rb214678 Thank you for the review. I have fixed accordingly. |
Resolves #201
In this PR, we introduce
Kokkos::Profiling::ScopedRegion to profile the timings of tpl calls.Kokkos::Profiling::pushRegion