| 34d6c7a5 | 22-Jun-2016 |
Jose E. Roman <jroman@dsic.upv.es> |
Miscellaneous changes in AIJCUSPARSE code
- Some operations need synchronization of data from CPU to GPU, e.g. MatScale - Add assembly operation, so that lvec is set to type CUDA - In MatSeqAIJCUSPA
Miscellaneous changes in AIJCUSPARSE code
- Some operations need synchronization of data from CPU to GPU, e.g. MatScale - Add assembly operation, so that lvec is set to type CUDA - In MatSeqAIJCUSPARSECopyToGPU do not recompute indices every time - Operations MatMultAdd* need to get the array with ReadWrite - In MatScale, do not change coherence flag if alpha=1.0 - VecDuplicate_MPICUDA must make sure that the GPU array exists - Fix null pointer in VecScatterCUDAIndicesCreate_PtoP
show more ...
|