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

support tracing generic affine resource #15

Open
lgarithm opened this issue Jan 3, 2019 · 2 comments
Open

support tracing generic affine resource #15

lgarithm opened this issue Jan 3, 2019 · 2 comments
Assignees

Comments

@lgarithm
Copy link
Collaborator

lgarithm commented Jan 3, 2019

No description provided.

@lgarithm
Copy link
Collaborator Author

What is an affine resource?

@lgarithm
Copy link
Collaborator Author

lgarithm commented Sep 6, 2020

e.g.

void matmul(int n, int *a, int *b, int * c) {
   int workload = n * n * n;
   TRACE_SCOPE(__func__, workload);
}

@lgarithm lgarithm self-assigned this Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant