You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
unary operators for csr (arcsin, arcsinh, arctan, arctanh, ceil, expm1, floor, log1p, power, rint, sign ,sin, sinh, sqrt, tan, tanh, trunc) - most of them can just reuse the template code implemented for row_sparse
performance optimization for dot(csr.T, dense) using parallel scan
Nice to have a visibility on your roadmap on this topic. I'm very interested some items (eg dot(csr.T, csr) = row_sparse) , as well as scala support of sparse arrays -> this might appear as a paragraph in this todo-list.
Operator:
_set_value
(row_sparse) & setitem(int) for row_sparseNDArray:
Iterator:
shuffle = True
@ZiyueHuanglast_batch_handle = pad / roll_over
Module API:
Example:
GPU Support:
device
comm for sparse weight of size ~ 1GB @ZiyueHuanggroup2ctx
for one part of the model on CPU, the other on GPUGluon Support
The text was updated successfully, but these errors were encountered: