-
Notifications
You must be signed in to change notification settings - Fork 8
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
PFA annotations #8
base: develop
Are you sure you want to change the base?
Conversation
@@ -43,6 +43,7 @@ using dt3 = mfem::DeviceTensor<3, T>; | |||
|
|||
|
|||
template <typename Tin, typename Tout> | |||
__attribute__((annotate("@critical_path(pointcut='around')"))) |
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.
Why not using the macro (PERFFASPECT) here?
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.
The macro was causing error here. I think its scope is within the src directory, though I could be wrong.
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.
Thank you for the commit. Most of it looks good to me. Please remove
4b2c958
to
478c298
Compare
65a4093
to
a440129
Compare
a440129
to
ed0581e
Compare
This pull request: