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
* Faster sparse_dense on GPUs.
This new sparse_dense requires a padded matrix, so a new op
`sparse_dense_padded` has been added. AlterOpLayout should transform
`sparse_dense` to `sparse_dense_padded` when possible on the gpu.
* formatting
* more formatting
* Check that alteroplayout is definedbefore using it
* check if FTVMAlterOpLayout exists before using it
* formatting
* restore message passing
* Fix sparse_dense and sparse_dense_padded docs
* Fix old sparse_dense, autotvm and sparse_dense dont play well together
* Remove unused imports
* clarify warp count in cuda_transpose
* Document multidimensional access
* Warn users not to use sparse_dense_padded
* rename nn.sparse_dense_padded to nn.internal.sparse_dense_padded
0 commit comments