We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 355177c commit 30d4e3aCopy full SHA for 30d4e3a
docs/src/index.md
@@ -25,6 +25,7 @@ To use ThreadedDenseSparseMul.jl, simply install and import the package, and lau
25
26
```julia
27
using ThreadedDenseSparseMul
28
+# ^ will call ThreadedDenseSparseMul.set_num_threads(Threads.nthreads) during `__init__`
29
using SparseArrays
30
31
A = rand(1_000, 2_000)
0 commit comments