forked from apache/mxnet
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor copyfromto * reuse data/aux data memory for sparse ndarray when possible * randomized some python & cpp tests * bug fix for identity_attr_like_rhs * bug fix for _backward_dot * Enable auto-fallback for ForwardOp * attach op fallback bug fix * Fix lint * Compiles on GPU * use kernel for rsp->dns. TODO: use memcopy * Add wrapper for aux data * rewrite python sparsend creation interface * add doc for csr rsp constructor * fix lint * more docs * pass lint * sparse embedding draft sparse embedding unit test pass Conflicts: src/operator/tensor/elemwise_unary_op.h tests/cpp/ndarray_test.cc tests/python/unittest/test_sparse_ndarray.py tests/python/unittest/test_sparse_operator.py * bug fix for NDArray init in graph executor * Add zeros() for csr. Handle zeros input in some csr dot operators * _slice for csr * fix lint * change is_zeros_hint to storage_initialized
- Loading branch information
1 parent
4e84972
commit 1103a9a
Showing
40 changed files
with
1,709 additions
and
925 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.