"Jose E. Roman" writes:
> I would like to force the copy of a VECCUSP from/to the GPU. I need this in
> user code, in particular from within a shell matrix MatMult.
>
> Both VecCUSPCopyToGPU() and VecCUSPCopyToGPU_Public() are declared
> PETSC_INTERN in a private header. The only public functio
Hong,
MatConvert is totally broken for bs > 1 and has been for a long time; I've
just been living with it being broken. It is on Jed's list to fix
Barry
> On Feb 2, 2015, at 11:51 AM, Hong wrote:
>
> Barry,
> Your change
> https://bitbucket.org/petsc/petsc/commits/fedbf777941bf3b583
I would like to force the copy of a VECCUSP from/to the GPU. I need this in
user code, in particular from within a shell matrix MatMult.
Both VecCUSPCopyToGPU() and VecCUSPCopyToGPU_Public() are declared PETSC_INTERN
in a private header. The only public function is VecCUSPCopyToGPUSome_Public().