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

Time array initialisation and read back #161

Closed
tom91136 opened this issue Sep 4, 2023 · 1 comment
Closed

Time array initialisation and read back #161

tom91136 opened this issue Sep 4, 2023 · 1 comment
Assignees
Milestone

Comments

@tom91136
Copy link
Member

tom91136 commented Sep 4, 2023

I may be beneficial to provide timing for init_arrays and read_arrays.
This is useful for measuring migration performance of USM models.

In the extreme case, a page migration heuristic that pins data on the device and never migrates to the host will show normal bandwidth for the five kernels but the benchmark will take considerably longer to actually complete.
Most of the time will be spent on copying between host and device (init_arrays and read_arrays).

@tom91136 tom91136 self-assigned this Sep 4, 2023
@tomdeakin tomdeakin added this to the v5.0 milestone Oct 6, 2023
@tom91136
Copy link
Member Author

Closed via a27abfe

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