eric-haibin-lin opened a new issue #10506: A todo list for the sparse feature 
(GPU)
URL: https://github.com/apache/incubator-mxnet/issues/10506
 
 
   #8168
   
   Operator (forward pass only unless specified):
   - [ ] elemwise_mul(csr, dense) = csr: both forward and backward
   - [ ] sum(csr)  
   - [ ] mean(csr) 
   - [ ] concat(csr, csr) 
   - [ ] stack(csr, csr)
   - [ ] 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 
   
   Iterator:
   - [ ] NDArrayIter(csr) with `last_batch_handle = pad / roll_over` 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to