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

Can't call create_precond more than once #93

Closed
t-hishinuma opened this issue Nov 13, 2021 · 0 comments
Closed

Can't call create_precond more than once #93

t-hishinuma opened this issue Nov 13, 2021 · 0 comments

Comments

@t-hishinuma
Copy link
Contributor

This is due to the fact that resize() is not allowed on the GPU.
The first time, the memory is allocated by resize() and then send() is performed.
The second time, it is already sent, so an error occurs.

t-hishinuma pushed a commit that referenced this issue Nov 13, 2021
Improve create precond

Closes #93

See merge request ricos/monolish!417
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