Skip to content
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

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Conversation

alizalisan
Copy link

This pull request:

  • Marks the completion of PFA annotations in AMS.
  • Edits the build instructions for AMS with PFA.

INSTALL.md Outdated Show resolved Hide resolved
INSTALL.md Outdated Show resolved Hide resolved
@@ -43,6 +43,7 @@ using dt3 = mfem::DeviceTensor<3, T>;


template <typename Tin, typename Tout>
__attribute__((annotate("@critical_path(pointcut='around')")))
Copy link
Member

@koparasy koparasy Oct 2, 2023

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?

Copy link
Author

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.

Copy link
Member

@koparasy koparasy left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants