Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Rebase and review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikaJedynak committed Feb 10, 2022
1 parent 15338db commit 62407f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/static_site/src/pages/api/faq/large_tensor_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ Not supported:


## Other known Issues:
Randint operator is flaky: https://github.com/apache/incubator-mxnet/issues/16172.
dgemm operations using BLAS libraries currently don’t support int64.
linspace() is not supported.
* Randint operator is flaky: https://github.com/apache/incubator-mxnet/issues/16172.
* dgemm operations using BLAS libraries currently don’t support int64.
* linspace() is not supported.

```python
a = mx.sym.Variable('a')
Expand Down

0 comments on commit 62407f6

Please sign in to comment.