issues
search
h2oai
/
h2o4gpu
H2Oai GPU Edition
Apache License 2.0
460
stars
95
forks
source link
Memory optimization of matrix factorization
#734
Open
sh1ng
opened
5 years ago
sh1ng
commented
5 years ago
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