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

Update verification check to save memory #128

Open
tomdeakin opened this issue Apr 4, 2022 · 1 comment
Open

Update verification check to save memory #128

tomdeakin opened this issue Apr 4, 2022 · 1 comment
Milestone

Comments

@tomdeakin
Copy link
Contributor

The OpenMP CPU version allocates twice the memory it needs restricting the maximum problem size.

For offload models, this is OK as the data needs to exists on the device during the run and on the host during verification.

This could be solved by asking the implementations to pass a pointer to host data back to the driver routine for checking, rather than copying into a vector allocated by the driver.
This would allow implementations to do save memory where possible.

@tomdeakin
Copy link
Contributor Author

@tomdeakin tomdeakin added this to the v6.0 milestone Oct 6, 2023
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

1 participant