ricosjp / monolish

monolish: MONOlithic LInear equation Solvers for Highly-parallel architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't call create_precond more than once

t-hishinuma opened this issue · comments

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.