Ted
Followers: 0 Following: 0
Feeds
提问
Gather cell array from GPU to CPU
Hello, I have a cell array (let's call it 'A_gpu') where each cell contains a matrix which has been allocated on GPU device. I...
5 years 前 | 1 个回答 | 0
1
个回答提问
Sparse Matrix (gpuArray) LU Decomposition
How can I do LU decomposition on GPU device to a sparse-matrix (H)? Suppose H is a sparse matrix, I did >> H=gpuArray(H); ...
6 years 前 | 1 个回答 | 0