h2o4gpu icon indicating copy to clipboard operation
h2o4gpu copied to clipboard

Memory optimization of matrix factorization

Open sh1ng opened this issue 6 years ago • 0 comments

  • There're a few copies of train dataset on GPU(CSC, CSR, COO sparse matrices). At least RMSE can be computed directly from CSC or CSR.
  • https://github.com/h2oai/h2o4gpu/pull/729

sh1ng avatar Mar 15 '19 16:03 sh1ng