BlogDocs

feat: Add `__binsparse__` protocol.(#764)

Comparing
hameerabbasi:binsparse-dlpack
(
e3d2ec1
) with
main
(
a60f0ad
)
0%
IMPROVEMENTS
0
REGRESSIONS
0
UNTOUCHED
340
NEW
0
DROPPED
0
IGNORED
0

Benchmarks

Passed

test_elemwise[f=<built-in function add>-backend='Numba'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Numba'-side=500]
+5%
4.5 ms
4.3 ms
test_elemwise[f=<built-in function mul>-backend='Finch'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Finch'-side=100]
+2%
706.6 µs
690.2 µs
test_elemwise[f=<built-in function mul>-backend='Finch'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Finch'-side=1000]
+2%
750.1 µs
733.2 µs
test_elemwise[f=<built-in function mul>-backend='Finch'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Finch'-side=500]
+2%
723.3 µs
710.7 µs
test_elemwise[f=<built-in function add>-backend='Finch'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Finch'-side=100]
+2%
728.4 µs
716.3 µs
test_elemwise[f=<built-in function add>-backend='Finch'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Finch'-side=500]
+1%
893.8 µs
882.2 µs
test_index_fancy[side=1000-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=1000-rank=2-format='coo']
+1%
4.6 ms
4.5 ms
test_elemwise[f=<built-in function add>-backend='Finch'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Finch'-side=1000]
+1%
1.5 ms
1.5 ms
test_matmul[m=500-n=1000-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=500-coo]
+1%
12.3 ms
12.2 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=50-ndarray]
+1%
10.8 ms
10.7 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=50-COO]
+1%
11.7 ms
11.6 ms
test_elemwise[f=<built-in function gt>-backend='Finch'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Finch'-side=500]
+1%
887.8 µs
881.5 µs
test_elemwise[f=<built-in function gt>-backend='Finch'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Finch'-side=1000]
+1%
1.4 ms
1.4 ms
test_matmul[m=1000-n=1000-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=200-coo]
+1%
10 ms
10 ms
test_index_fancy[side=1000-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=1000-rank=1-format='coo']
+1%
1.7 ms
1.7 ms
test_elemwise[f=<built-in function gt>-backend='Finch'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Finch'-side=100]
+1%
716.9 µs
712.4 µs
test_matmul[m=1000-n=500-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=200-coo]
+1%
6.4 ms
6.4 ms
test_matmul[m=1000-n=200-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=1000-coo]
+1%
13.8 ms
13.7 ms
test_matmul[m=500-n=1000-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=200-coo]
+1%
6.5 ms
6.5 ms
test_matmul[m=200-n=1000-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=500-coo]
+1%
6.9 ms
6.8 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=10-COO]
0%
2.7 ms
2.7 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=10-ndarray]
0%
2.1 ms
2.1 ms
test_matmul[m=200-n=500-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=1000-coo]
0%
7.3 ms
7.2 ms
test_elemwise[side=1000-rank=2-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=2-format='coo'-mul]
0%
8.9 ms
8.9 ms
test_index_fancy[side=100-rank=3-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=3-format='coo']
0%
3.6 ms
3.6 ms
test_matmul[m=1000-n=200-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=1000-gcxs]
0%
15.6 ms
15.6 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=50-COO]
0%
3 ms
3 ms
test_matmul[m=1000-n=1000-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=200-gcxs]
0%
11.4 ms
11.4 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=50-COO]
0%
4 ms
4 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=50-COO]
0%
8.3 ms
8.3 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=50-ndarray]
0%
2.8 ms
2.8 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=50-ndarray]
0%
2.1 ms
2.1 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=50-COO]
0%
2.6 ms
2.6 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=50-COO]
0%
11 ms
11 ms
test_index_scalar[side=500-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=500-rank=2-format='gcxs']
0%
1.5 ms
1.5 ms
test_index_scalar[side=100-rank=3-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=3-format='gcxs']
0%
1.6 ms
1.6 ms
test_index_scalar[side=1000-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=1000-rank=2-format='gcxs']
0%
1.5 ms
1.5 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=50-COO]
0%
17.5 ms
17.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=10-COO]
0%
2.5 ms
2.5 ms
test_index_scalar[side=100-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=2-format='gcxs']
0%
1.5 ms
1.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=10-COO]
0%
3.7 ms
3.7 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=10-COO]
0%
2.9 ms
2.9 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=10-ndarray]
0%
2.5 ms
2.5 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=10-ndarray]
0%
1.7 ms
1.7 ms
test_elemwise[side=100-rank=1-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=1-format='coo'-add]
0%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=10-COO]
0%
3 ms
3 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=10-ndarray]
0%
1.7 ms
1.7 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=50-ndarray]
0%
1.7 ms
1.7 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=50-COO]
0%
6.8 ms
6.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=20-q=10-COO]
0%
2.7 ms
2.7 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=50-COO]
0%
3.3 ms
3.3 ms
test_matmul[m=200-n=200-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=500-coo]
0%
3.9 ms
3.9 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=50-COO]
0%
2.2 ms
2.2 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=50-COO]
0%
5.1 ms
5.1 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=10-COO]
0%
2 ms
2 ms
test_matmul[m=1000-n=1000-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=1000-coo]
0%
39.8 ms
39.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=10-ndarray]
0%
2.8 ms
2.8 ms
test_index_slice[side=1000-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=1000-rank=2-format='coo']
0%
1.7 ms
1.7 ms
test_elemwise_broadcast[side=1000-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=1000-format='gcxs'-mul]
0%
103.2 ms
103.1 ms
test_elemwise[side=100-rank=1-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=1-format='coo'-mul]
0%
2.7 ms
2.7 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=10-ndarray]
0%
2.6 ms
2.6 ms
test_elemwise[f=<built-in function mul>-backend='SciPy'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='SciPy'-side=500]
0%
619.3 µs
618.7 µs
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=1000]
0%
11 ms
11 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=10-COO]
0%
1.9 ms
1.9 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=10-COO]
0%
3.1 ms
3.1 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=10-ndarray]
0%
2.7 ms
2.7 ms
test_matmul[m=1000-n=500-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=1000-coo]
0%
23.6 ms
23.6 ms
test_gcxs_dot_ndarray[coo-m=500-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=1000-p=200]
0%
4.8 ms
4.8 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=10-COO]
0%
2.9 ms
2.9 ms
test_elemwise[f=<built-in function mul>-backend='Numba'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Numba'-side=1000]
0%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=10-ndarray]
0%
1.5 ms
1.5 ms
test_matmul[m=200-n=500-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=200-coo]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[coo-m=1000-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=200-p=1000]
0%
14.4 ms
14.4 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=10-ndarray]
0%
1.5 ms
1.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=10-ndarray]
0%
3.3 ms
3.2 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=10-ndarray]
0%
1.6 ms
1.6 ms
test_matmul[m=200-n=500-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=500-coo]
0%
5 ms
5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=10-COO]
0%
2.8 ms
2.8 ms
test_gcxs_dot_ndarray[coo-m=1000-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=500-p=200]
0%
5.2 ms
5.2 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=200]
0%
1.7 ms
1.7 ms
test_matmul[m=200-n=1000-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=200-coo]
0%
4.3 ms
4.3 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=50-COO]
0%
3.3 ms
3.3 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=10-COO]
0%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=10-COO]
0%
2.1 ms
2.1 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=50-ndarray]
0%
3.3 ms
3.3 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=10-ndarray]
0%
1.7 ms
1.7 ms
test_matmul[m=200-n=200-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=200-coo]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=200]
0%
2.2 ms
2.2 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=200]
0%
2.7 ms
2.7 ms
test_gcxs_dot_ndarray[coo-m=500-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=500-p=500]
0%
6.8 ms
6.8 ms
test_matmul[m=500-n=500-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=1000-coo]
0%
13.4 ms
13.4 ms
test_matmul[m=1000-n=500-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=500-coo]
0%
13.3 ms
13.3 ms
test_gcxs_dot_ndarray[coo-m=200-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=500-p=500]
0%
4.5 ms
4.5 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=50-ndarray]
0%
2.2 ms
2.2 ms
test_elemwise[side=500-rank=1-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=1-format='coo'-mul]
0%
2.7 ms
2.7 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=200]
0%
2.1 ms
2.1 ms
test_index_scalar[side=100-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=2-format='coo']
0%
400.3 µs
400.2 µs
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=500]
0%
4.7 ms
4.7 ms
test_gcxs_dot_ndarray[coo-m=1000-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=500-p=500]
0%
10.7 ms
10.7 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=50-ndarray]
0%
3.2 ms
3.2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=200]
0%
3.2 ms
3.2 ms
test_gcxs_dot_ndarray[coo-m=500-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=1000-p=500]
0%
9.9 ms
9.9 ms
test_matmul[m=500-n=500-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=500-coo]
0%
8.1 ms
8.1 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=20-q=10-COO]
0%
2.5 ms
2.5 ms
test_gcxs_dot_ndarray[coo-m=500-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=200-p=500]
0%
4.8 ms
4.8 ms
test_elemwise[side=100-rank=2-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=2-format='coo'-mul]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[coo-m=200-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=200-p=1000]
0%
4.8 ms
4.8 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=500]
0%
3.8 ms
3.8 ms
test_gcxs_dot_ndarray[coo-m=500-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=1000-p=1000]
0%
19.4 ms
19.4 ms
test_gcxs_dot_ndarray[coo-m=1000-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=200-p=200]
0%
3.9 ms
3.9 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=10-COO]
0%
2.6 ms
2.6 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=10-COO]
0%
4 ms
4 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=1000]
0%
5.8 ms
5.8 ms
test_index_fancy[side=100-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=1-format='coo']
0%
639.3 µs
639.2 µs
test_elemwise_broadcast[side=100-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=100-format='coo'-mul]
0%
3.2 ms
3.2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=500]
0%
4.7 ms
4.7 ms
test_gcxs_dot_ndarray[coo-m=500-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=200-p=200]
0%
2.8 ms
2.8 ms
test_gcxs_dot_ndarray[coo-m=200-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=1000-p=500]
0%
6.6 ms
6.6 ms
test_elemwise[side=100-rank=3-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=3-format='coo'-mul]
0%
9.5 ms
9.5 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=500]
0%
5 ms
5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=10-COO]
0%
1.8 ms
1.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=50-COO]
0%
10.5 ms
10.5 ms
test_elemwise[f=<built-in function mul>-backend='SciPy'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='SciPy'-side=1000]
0%
679.8 µs
679.7 µs
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=50-COO]
0%
4.1 ms
4.1 ms
test_gcxs_dot_ndarray[coo-m=200-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=200-p=200]
0%
2.1 ms
2.1 ms
test_gcxs_dot_ndarray[coo-m=500-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=500-p=200]
0%
3.6 ms
3.6 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=500]
0%
6.9 ms
6.9 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=500]
0%
5 ms
5 ms
test_elemwise[side=1000-rank=1-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=1-format='coo'-mul]
0%
2.7 ms
2.7 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=50-ndarray]
0%
4 ms
4 ms
test_gcxs_dot_ndarray[coo-m=1000-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=200-p=500]
0%
7.7 ms
7.7 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=1000]
0%
12.4 ms
12.4 ms
test_gcxs_dot_ndarray[coo-m=500-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=200-p=1000]
0%
8.3 ms
8.3 ms
test_index_slice[side=500-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=500-rank=2-format='coo']
0%
925.7 µs
925.6 µs
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=50-ndarray]
0%
5.9 ms
5.9 ms
test_gcxs_dot_ndarray[coo-m=200-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=1000-p=200]
0%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=50-ndarray]
0%
4.1 ms
4.1 ms
test_matmul[m=1000-n=200-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=500-coo]
0%
8.3 ms
8.3 ms
test_gcxs_dot_ndarray[coo-m=200-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=200-p=500]
0%
3.1 ms
3.1 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=10-ndarray]
0%
2 ms
2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=500]
0%
5.8 ms
5.8 ms
test_elemwise[side=500-rank=2-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=2-format='coo'-add]
0%
7.8 ms
7.8 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=200-p=1000]
0%
6.4 ms
6.4 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=50-ndarray]
0%
5.4 ms
5.4 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=500]
0%
6.9 ms
6.9 ms
test_elemwise[f=<built-in function gt>-backend='Numba'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Numba'-side=100]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=500]
0%
3.8 ms
3.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=50-ndarray]
0%
10.3 ms
10.3 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=500-p=500]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=1000]
0%
5.8 ms
5.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=50-ndarray]
0%
6.4 ms
6.4 ms
test_matmul[m=500-n=200-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=500-coo]
0%
5.5 ms
5.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=20-q=10-ndarray]
0%
1.5 ms
1.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=10-COO]
0%
2.8 ms
2.8 ms
test_elemwise[side=500-rank=2-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=2-format='coo'-mul]
0%
4.4 ms
4.4 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=200]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=500]
0%
2.5 ms
2.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=50-q=50-COO]
0%
4.3 ms
4.3 ms
test_index_slice[side=100-rank=3-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=3-format='coo']
0%
1.4 ms
1.4 ms
test_elemwise[side=100-rank=2-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=2-format='coo'-add]
0%
4 ms
4 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=50-ndarray]
0%
3.1 ms
3.1 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=1000]
0%
6.4 ms
6.4 ms
test_elemwise_broadcast[side=500-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=500-format='coo'-add]
0%
1.7 s
1.7 s
test_elemwise_broadcast[side=1000-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=1000-format='gcxs'-add]
0%
22.4 s
22.4 s
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=500]
0%
3.5 ms
3.5 ms
test_elemwise_broadcast[side=1000-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=1000-format='coo'-add]
0%
14.9 s
14.9 s
test_elemwise[side=1000-rank=1-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=1-format='coo'-add]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[coo-m=500-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=500-n=500-p=1000]
0%
12.2 ms
12.2 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=50-q=50-COO]
0%
6.6 ms
6.6 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=200-p=1000]
0%
4 ms
4 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=500]
0%
5.9 ms
5.9 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=50-q=10-ndarray]
0%
2.2 ms
2.2 ms
test_gcxs_dot_ndarray[coo-m=200-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=500-p=1000]
0%
7.5 ms
7.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=50-ndarray]
0%
2.3 ms
2.3 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=200]
0%
3.4 ms
3.4 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=10-COO]
0%
4.3 ms
4.3 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=20-q=50-ndarray]
0%
2.1 ms
2.1 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=200]
0%
2.6 ms
2.6 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=50-ndarray]
0%
5.6 ms
5.6 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=50-q=10-ndarray]
0%
3.2 ms
3.2 ms
test_elemwise[f=<built-in function mul>-backend='SciPy'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='SciPy'-side=100]
0%
596.8 µs
596.9 µs
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=1000]
0%
4 ms
4 ms
test_matmul[m=500-n=200-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=200-coo]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=200]
0%
2.6 ms
2.6 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=1000]
0%
19.1 ms
19.1 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=10-p=20-q=50-COO]
0%
4.2 ms
4.2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=1000]
0%
12.7 ms
12.7 ms
test_gcxs_dot_ndarray[coo-m=200-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=500-p=200]
0%
2.6 ms
2.6 ms
test_index_scalar[side=500-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=500-rank=2-format='coo']
0%
400.7 µs
400.8 µs
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=200]
0%
3.4 ms
3.4 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=500]
0%
6.3 ms
6.3 ms
test_elemwise_broadcast[side=500-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=500-format='gcxs'-add]
0%
2.6 s
2.6 s
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=1000-p=200]
0%
3.2 ms
3.2 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=50-ndarray]
0%
3.2 ms
3.2 ms
test_matmul[m=500-n=200-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=1000-coo]
0%
8.2 ms
8.2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=500]
0%
2.5 ms
2.5 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=200-p=1000]
0%
11.1 ms
11.1 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=500-n=500-p=1000]
0%
8.4 ms
8.4 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=500]
0%
8.6 ms
8.6 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=200]
0%
2.7 ms
2.7 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=10-ndarray]
0%
1.5 ms
1.5 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=1000-p=500]
0%
6.3 ms
6.3 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=50-ndarray]
0%
3 ms
3 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=50-ndarray]
0%
9.3 ms
9.3 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=50-ndarray]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=200-p=200]
0%
3 ms
3 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=10-COO]
0%
3.3 ms
3.3 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=200-p=200]
0%
1.7 ms
1.7 ms
test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=1000]
0%
33.5 ms
33.5 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=10-ndarray]
0%
3.1 ms
3.1 ms
test_elemwise[side=500-rank=1-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=1-format='coo'-add]
0%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=20-q=50-ndarray]
0%
1.7 ms
1.7 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=200]
0%
4.1 ms
4.1 ms
test_elemwise[f=<built-in function gt>-backend='Numba'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Numba'-side=1000]
0%
3.8 ms
3.8 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=200-n=1000-p=1000]
0%
9 ms
9 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=50-q=10-ndarray]
0%
4.1 ms
4.1 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=500-p=200]
0%
2.1 ms
2.1 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=200-n=1000-p=1000]
0%
9 ms
9 ms
test_gcxs_dot_ndarray[coo-m=200-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=200-n=1000-p=1000]
0%
12 ms
12 ms
test_index_scalar[side=1000-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=1000-rank=1-format='coo']
0%
319.8 µs
320 µs
test_elemwise[f=<built-in function gt>-backend='SciPy'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='SciPy'-side=1000]
0%
612.6 µs
613 µs
test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=200]
0%
7.1 ms
7.1 ms
test_index_fancy[side=100-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=2-format='coo']
0%
810.3 µs
810.9 µs
test_index_scalar[side=100-rank=3-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=3-format='coo']
0%
480.2 µs
480.6 µs
test_matmul[m=1000-n=1000-p=500-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=500-coo]
0%
21.7 ms
21.7 ms
test_index_fancy[side=500-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=500-rank=2-format='coo']
0%
1.9 ms
1.9 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=10-p=50-q=50-COO]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=200-p=200]
0%
2.2 ms
2.2 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=50-n=20-p=20-q=50-COO]
0%
5.8 ms
5.8 ms
test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='coo'-right_format='coo'-m=10-n=20-p=20-q=10-ndarray]
0%
2.6 ms
2.6 ms
test_matmul[m=500-n=1000-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=1000-coo]
0%
21.8 ms
21.8 ms
test_index_scalar[side=100-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=1-format='coo']
0%
318.1 µs
318.4 µs
test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=500-n=500-p=1000]
0%
8.4 ms
8.4 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=50-ndarray]
0%
4.6 ms
4.6 ms
test_elemwise[f=<built-in function gt>-backend='SciPy'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='SciPy'-side=500]
0%
566.4 µs
567 µs
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=1000-p=1000]
0%
19.8 ms
19.8 ms
test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=1000-p=500]
0%
15.7 ms
15.7 ms
test_elemwise[f=<built-in function gt>-backend='Numba'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='Numba'-side=500]
0%
3.2 ms
3.2 ms
test_elemwise[f=<built-in function mul>-backend='Numba'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Numba'-side=500]
0%
3 ms
3 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=10-ndarray]
0%
1.7 ms
1.7 ms
test_index_scalar[side=1000-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=1000-rank=2-format='coo']
0%
400 µs
400.5 µs
test_index_scalar[side=500-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=500-rank=1-format='coo']
0%
319.1 µs
319.6 µs
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=10-COO]
0%
2.8 ms
2.8 ms
test_elemwise[f=<built-in function add>-backend='SciPy'-side=500]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='SciPy'-side=500]
0%
580.4 µs
581.2 µs
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=10-p=20-q=50-COO]
0%
5.7 ms
5.7 ms
test_elemwise[f=<built-in function mul>-backend='Numba'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function mul>-backend='Numba'-side=100]
0%
2.8 ms
2.8 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=500-p=1000]
0%
13.9 ms
13.9 ms
test_index_scalar[side=1000-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=1000-rank=1-format='gcxs']
0%
637.2 µs
638.2 µs
test_index_scalar[side=500-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=500-rank=1-format='gcxs']
0%
635.5 µs
636.6 µs
test_index_fancy[side=500-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=500-rank=1-format='coo']
0%
1.1 ms
1.1 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=10-p=50-q=10-ndarray]
0%
1.5 ms
1.6 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=20-p=50-q=10-COO]
0%
2.1 ms
2.2 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=200]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=200]
0%
4.1 ms
4.1 ms
test_index_slice[side=100-rank=2-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=2-format='coo']
0%
630.8 µs
632.1 µs
test_matmul[m=1000-n=1000-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=1000-gcxs]
0%
27.8 ms
27.9 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=10-n=10-p=50-q=50-COO]
0%
3 ms
3 ms
test_gcxs_dot_ndarray[coo-m=1000-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[coo-m=1000-n=500-p=1000]
0%
21.3 ms
21.3 ms
test_index_scalar[side=100-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_scalar[side=100-rank=1-format='gcxs']
0%
628.1 µs
629.5 µs
test_elemwise[side=500-rank=2-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=2-format='gcxs'-add]
0%
12.9 ms
12.9 ms
test_index_slice[side=1000-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=1000-rank=1-format='coo']
0%
533.9 µs
535.1 µs
test_matmul[m=200-n=200-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=1000-coo]
0%
5 ms
5.1 ms
test_elemwise[f=<built-in function gt>-backend='SciPy'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function gt>-backend='SciPy'-side=100]
0%
551.1 µs
552.5 µs
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=50-q=10-ndarray]
0%
2.3 ms
2.3 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=10-p=20-q=50-COO]
0%
3.7 ms
3.8 ms
test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=500]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-1-axis-m=1000-n=1000-p=500]
0%
8.7 ms
8.7 ms
test_elemwise[side=1000-rank=2-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=2-format='gcxs'-mul]
0%
14.1 ms
14.2 ms
test_elemwise_broadcast[side=100-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=100-format='coo'-add]
0%
14.1 ms
14.2 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=20-q=10-COO]
0%
3.5 ms
3.5 ms
test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=1000]
benchmarks/test_benchmark_coo.py::test_gcxs_dot_ndarray[gcxs-0-axis-m=1000-n=500-p=1000]
0%
13.8 ms
13.9 ms
test_index_slice[side=100-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=1-format='coo']
0%
532.1 µs
533.7 µs
test_elemwise[f=<built-in function add>-backend='SciPy'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='SciPy'-side=100]
0%
555.4 µs
557.2 µs
test_matmul[m=500-n=1000-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=1000-gcxs]
0%
15.4 ms
15.5 ms
test_matmul[m=500-n=500-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=200-coo]
0%
4.6 ms
4.6 ms
test_elemwise[side=1000-rank=2-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=2-format='coo'-add]
0%
19.9 ms
20 ms
test_matmul[m=1000-n=500-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=1000-gcxs]
0%
24.8 ms
24.9 ms
test_matmul[m=1000-n=200-p=200-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=200-coo]
0%
4.2 ms
4.3 ms
test_elemwise[side=100-rank=3-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=3-format='gcxs'-mul]
0%
16.9 ms
17 ms
test_matmul[m=1000-n=1000-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=1000-p=500-gcxs]
0%
22.6 ms
22.7 ms
test_elemwise[side=1000-rank=2-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=2-format='gcxs'-add]
0%
28.7 ms
28.8 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=10-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=10-ndarray]
0%
3 ms
3 ms
test_elemwise[side=100-rank=3-format='coo'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=3-format='coo'-add]
0%
22 ms
22.1 ms
test_matmul[m=500-n=500-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=1000-gcxs]
0%
10.4 ms
10.4 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=10-n=20-p=50-q=50-COO]
0%
6.9 ms
6.9 ms
test_matmul[m=200-n=1000-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=500-gcxs]
0%
12.3 ms
12.4 ms
test_index_fancy[side=1000-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=1000-rank=2-format='gcxs']
-1%
6.6 ms
6.6 ms
test_elemwise[side=100-rank=3-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=3-format='gcxs'-add]
-1%
32.8 ms
33 ms
test_matmul[m=500-n=1000-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=500-gcxs]
-1%
16.3 ms
16.3 ms
test_elemwise[side=500-rank=2-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=2-format='gcxs'-mul]
-1%
8.6 ms
8.7 ms
test_elemwise_broadcast[side=500-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=500-format='coo'-mul]
-1%
12.5 ms
12.6 ms
test_elemwise[side=100-rank=2-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=2-format='gcxs'-add]
-1%
7.9 ms
8 ms
test_index_slice[side=500-rank=1-format='coo']
benchmarks/test_benchmark_coo.py::test_index_slice[side=500-rank=1-format='coo']
-1%
505.2 µs
508.3 µs
test_matmul[m=200-n=1000-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=1000-gcxs]
-1%
7.9 ms
8 ms
test_elemwise[side=100-rank=2-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=2-format='gcxs'-mul]
-1%
6.8 ms
6.9 ms
test_matmul[m=1000-n=500-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=500-gcxs]
-1%
14.8 ms
14.9 ms
test_elemwise[f=<built-in function add>-backend='Numba'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Numba'-side=1000]
-1%
5.8 ms
5.9 ms
test_matmul[m=500-n=500-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=500-gcxs]
-1%
6.7 ms
6.8 ms
test_elemwise_broadcast[side=100-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=100-format='gcxs'-mul]
-1%
7.5 ms
7.6 ms
test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=10-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=2-left_format='dense'-right_format='coo'-m=50-n=20-p=50-q=10-COO]
-1%
5.2 ms
5.3 ms
test_matmul[m=500-n=200-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=1000-gcxs]
-1%
11.2 ms
11.3 ms
test_elemwise[side=100-rank=1-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=1-format='gcxs'-add]
-1%
4.1 ms
4.1 ms
test_elemwise[side=1000-rank=1-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=1-format='gcxs'-add]
-1%
4.1 ms
4.2 ms
test_elemwise_broadcast[side=1000-format='coo'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=1000-format='coo'-mul]
-1%
75.1 ms
75.8 ms
test_index_fancy[side=100-rank=3-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=3-format='gcxs']
-1%
7.1 ms
7.2 ms
test_elemwise[side=500-rank=1-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=1-format='gcxs'-add]
-1%
4.1 ms
4.2 ms
test_elemwise_broadcast[side=100-format='gcxs'-add]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=100-format='gcxs'-add]
-1%
22.1 ms
22.3 ms
test_matmul[m=200-n=1000-p=1000-coo]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=1000-coo]
-1%
10.7 ms
10.8 ms
test_matmul[m=1000-n=200-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=500-gcxs]
-1%
10.1 ms
10.2 ms
test_elemwise[side=1000-rank=1-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=1000-rank=1-format='gcxs'-mul]
-1%
3.3 ms
3.3 ms
test_elemwise_broadcast[side=500-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise_broadcast[side=500-format='gcxs'-mul]
-1%
19.8 ms
20 ms
test_index_slice[side=1000-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=1000-rank=2-format='gcxs']
-1%
4.2 ms
4.2 ms
test_matmul[m=200-n=500-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=500-gcxs]
-1%
4.4 ms
4.5 ms
test_elemwise[side=500-rank=1-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=500-rank=1-format='gcxs'-mul]
-1%
3.3 ms
3.3 ms
test_elemwise[side=100-rank=1-format='gcxs'-mul]
benchmarks/test_benchmark_coo.py::test_elemwise[side=100-rank=1-format='gcxs'-mul]
-1%
3.3 ms
3.3 ms
test_matmul[m=500-n=200-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=500-gcxs]
-1%
8 ms
8.1 ms
test_matmul[m=200-n=1000-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=1000-p=200-gcxs]
-1%
7.6 ms
7.7 ms
test_matmul[m=200-n=200-p=500-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=500-gcxs]
-1%
3.8 ms
3.8 ms
test_matmul[m=1000-n=200-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=200-p=200-gcxs]
-1%
6.9 ms
7 ms
test_matmul[m=200-n=200-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=1000-gcxs]
-1%
4.6 ms
4.7 ms
test_matmul[m=1000-n=500-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=1000-n=500-p=200-gcxs]
-1%
5.9 ms
5.9 ms
test_matmul[m=200-n=500-p=1000-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=1000-gcxs]
-1%
5.9 ms
6 ms
test_matmul[m=200-n=500-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=500-p=200-gcxs]
-1%
6.2 ms
6.3 ms
test_matmul[m=500-n=1000-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=1000-p=200-gcxs]
-1%
9 ms
9.2 ms
test_matmul[m=500-n=500-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=500-p=200-gcxs]
-1%
6.9 ms
7 ms
test_elemwise[f=<built-in function add>-backend='SciPy'-side=1000]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='SciPy'-side=1000]
-1%
611.9 µs
620.6 µs
test_matmul[m=200-n=200-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=200-n=200-p=200-gcxs]
-1%
3.1 ms
3.1 ms
test_matmul[m=500-n=200-p=200-gcxs]
benchmarks/test_benchmark_coo.py::test_matmul[m=500-n=200-p=200-gcxs]
-1%
6 ms
6.1 ms
test_index_fancy[side=500-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=500-rank=2-format='gcxs']
-2%
3.2 ms
3.3 ms
test_index_fancy[side=1000-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=1000-rank=1-format='gcxs']
-2%
2 ms
2 ms
test_index_slice[side=100-rank=3-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=3-format='gcxs']
-2%
3.5 ms
3.5 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=50-ndarray]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=50-ndarray]
-2%
5 ms
5.1 ms
test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=50-COO]
benchmarks/test_tensordot.py::test_tensordot[left_index=1-right_index=1-left_format='coo'-right_format='dense'-m=50-n=20-p=20-q=50-COO]
-2%
5.5 ms
5.6 ms
test_index_slice[side=500-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=500-rank=2-format='gcxs']
-2%
2.6 ms
2.6 ms
test_index_fancy[side=100-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=2-format='gcxs']
-2%
2.2 ms
2.3 ms
test_elemwise[f=<built-in function add>-backend='Numba'-side=100]
benchmarks/test_elemwise.py::test_elemwise[f=<built-in function add>-backend='Numba'-side=100]
-2%
4 ms
4.1 ms
test_index_fancy[side=500-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=500-rank=1-format='gcxs']
-3%
1.4 ms
1.5 ms
test_index_fancy[side=100-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_fancy[side=100-rank=1-format='gcxs']
-4%
962.8 µs
1,000 µs
test_index_slice[side=1000-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=1000-rank=1-format='gcxs']
-4%
860.3 µs
898.4 µs
test_index_slice[side=500-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=500-rank=1-format='gcxs']
-4%
857.7 µs
896.9 µs
test_index_slice[side=100-rank=1-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=1-format='gcxs']
-4%
850.2 µs
890 µs
test_index_slice[side=100-rank=2-format='gcxs']
benchmarks/test_benchmark_coo.py::test_index_slice[side=100-rank=2-format='gcxs']
-9%
2.4 ms
2.6 ms

Commits

Click on a commit to change the comparison range
base
main
a60f0ad
-20%
Recognize `"COOR"` format and use simpler representation for it.
df1abb7
2 months ago
by hameerabbasi
-35%
Fix bug where `format` property was not correct for all formats.
b9dc992
2 months ago
by hameerabbasi
0%
Get `COO` round-trip working.
0422eaf
2 months ago
by hameerabbasi
+35%
Get `CSR` round-trip working.
9d0a3b4
2 months ago
by hameerabbasi
+19%
Fix up test.
b350c4c
2 months ago
by hameerabbasi
-12%
Remove debugging `print` statement.
457dd56
2 months ago
by hameerabbasi
+12%
`nnz` may not fit in `uint8`.
e3d2ec1
2 months ago
by hameerabbasi
ResourcesHomePricingDocsBlogGitHubChangelog
Copyright © 2024 CodSpeed Technology SAS. All rights reserved.