emfomy / isvd

Integrated Singular Value Decomposition (iSVD)
MIT License
2 stars 1 forks source link

Allocate GPU memory outside the stages. #39

Open emfomy opened 6 years ago

emfomy commented 6 years ago

Allocate GPU memory outside the stages, especially matrix A, to avoid GPU reduplication of memory allocation and transformation.