提交 fc199c2f authored 作者: Yann N. Dauphin's avatar Yann N. Dauphin

more doc on usmm optimization

上级 9c9d8395
...@@ -48,6 +48,9 @@ grad? ...@@ -48,6 +48,9 @@ grad?
- Dot - Dot
- performs the true dot - performs the true dot
- dot(sparse, dense), dot(dense, sparse), dot(sparse, sparse) - dot(sparse, dense), dot(dense, sparse), dot(sparse, sparse)
- When the operation has the form dot(csr_matrix, dense) the gradient of
this operation can be performed inplace by UsmmCscDense. This leads to
significant speed-ups.
Subtensor selection (aka. square-bracket notation, aka indexing) is not implemented, but the Subtensor selection (aka. square-bracket notation, aka indexing) is not implemented, but the
CSR and CSC datastructures support effecient implementations. CSR and CSC datastructures support effecient implementations.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论