Skip to content
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.

merge existing nnvm/sparse into nnvm/master #119

Merged
merged 4 commits into from
Jun 7, 2017

Conversation

eric-haibin-lin
Copy link
Member

Merge to dmlc/nnvm in preparation for the sparse feature in dmlc/mxnet.

TODO list for future improvement:

  • inplace detection for elemwise operation with dynamic storage which doesn't change tensor shape (e.g. csr ndarray multiply constant)

* Add inferchunk pass

* Fix default type for infet chunk

* Add test for default chunk type

* disable mem sharing for sparse storage. global name replacement

* check dispatch_storage_type attr before retrieve it

* fix typo

* Add doc

* Add kDynamic Storage
* force infer storage on backward pass (#1)

* force infer storage type for backward pass

* change none value for storage type to 0(kUndefinedStorage)

* Modify default value for storage type

* update unit test for infer storage
@eric-haibin-lin eric-haibin-lin changed the title merge nnvm/sparse into nnvm/master merge existing nnvm/sparse into nnvm/master Jun 7, 2017
@eric-haibin-lin eric-haibin-lin changed the base branch from master to sparse June 7, 2017 16:48
@piiswrong piiswrong merged commit 2e35615 into dmlc:sparse Jun 7, 2017
abergeron pushed a commit to abergeron/nnvm that referenced this pull request May 31, 2018
* [DOC] Doc redirection

* fix setup url
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants