-
Notifications
You must be signed in to change notification settings - Fork 542
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 end on device support to Loadgen #952
Add end on device support to Loadgen #952
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
@guschmue This looks like an infra issue:
|
I can take a look at absl, probably some dependency missing in setup.py |
@nvpohanh - good to with you to merge this PR? |
PR with the fix for the absl dependency is here #952 |
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.
Looks good to me. Thanks for implementing this!
@guschmue we can merge this |
Adds optional callback argument to QuerySamplesComplete() which will allow the user to perform a accelerator->host copy after timing the query response time and before logging the response data for accuracy mode.
Discussed in mlcommons/inference_policies#213.