Skip to content

Commit

Permalink
Remove missing sparse tutorial link
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonwillard committed Mar 8, 2023
1 parent a43a316 commit 78253b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doc/reference/tensor/sparse/sparse_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
:mod:`sparse` -- Symbolic Sparse Matrices
=========================================

In the tutorial section, you can find a :ref:`sparse tutorial
<tutsparse>`.

The sparse submodule is not loaded when we import Aesara. You must
import ``aesara.sparse`` to enable it.

Expand Down

1 comment on commit 78253b8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'Python Benchmark with pytest-benchmark'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 78253b8 Previous: 00c8b41 Ratio
tests/link/jax/test_elemwise.py::test_logsumexp_benchmark[0-size0] 19588.202588250424 iter/sec (stddev: 0.000027283636007418714) 60027.85746898697 iter/sec (stddev: 0.000001067323697542201) 3.06
tests/link/jax/test_elemwise.py::test_logsumexp_benchmark[1-size0] 28865.844958601716 iter/sec (stddev: 0.000015312832500775085) 61013.391178171216 iter/sec (stddev: 7.600864749608043e-7) 2.11
tests/scan/test_basic.py::TestExamples::test_multiple_outs_taps 305.9667652618182 iter/sec (stddev: 0.018229181328621325) 729.4791437856638 iter/sec (stddev: 0.00005799179957695562) 2.38

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.