提交 2d926eca authored 作者: Pascal Lamblin's avatar Pascal Lamblin

Warn that sparse variable indexing is not mature

上级 13becf6d
...@@ -122,8 +122,10 @@ New features: ...@@ -122,8 +122,10 @@ New features:
* a_CudaNdarray_object[*] = int, now work (Frederic) * a_CudaNdarray_object[*] = int, now work (Frederic)
* tensor_variable.size (as numpy) computes the product of the shape elements. (Olivier) * tensor_variable.size (as numpy) computes the product of the shape elements. (Olivier)
* sparse_variable.size (as scipy) computes the number of stored values. (Olivier) * sparse_variable.size (as scipy) computes the number of stored values. (Olivier)
* sparse_variable[N, N] now work (Li Yao, Frederic) * sparse_variable[N, N] now works (Li Yao, Frederic)
* sparse_variable[M:N, O:P] now work (Li Yao, Frederic) * sparse_variable[M:N, O:P] now works (Li Yao, Frederic)
* Warning: M, N, O, and P should be Python int or scalar tensor variables,
in particular, None is not well-supported.
New optimizations: New optimizations:
* AdvancedSubtensor1 reuses preallocated memory if available (scan, c|py_nogc linker) (Frederic) * AdvancedSubtensor1 reuses preallocated memory if available (scan, c|py_nogc linker) (Frederic)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论