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

Add unit test to measure execution overhead of Tripy #179

Closed
parthchadha opened this issue Sep 5, 2024 · 1 comment
Closed

Add unit test to measure execution overhead of Tripy #179

parthchadha opened this issue Sep 5, 2024 · 1 comment
Assignees
Milestone

Comments

@parthchadha
Copy link
Collaborator

Add nvtx markers around the __call__ method for Executable and around session.execute_function. Elapsed time between these two is the overhead Tripy introduces. We should ensure that this overhead is negligible for non-trivial workload.

@parthchadha parthchadha added this to the Performance milestone Sep 5, 2024
@pranavm-nvidia pranavm-nvidia self-assigned this Sep 23, 2024
@pranavm-nvidia
Copy link
Collaborator

Added by #221

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

No branches or pull requests

2 participants