5 unstable releases
0.3.0 | May 27, 2022 |
---|---|
0.2.0 | May 27, 2022 |
0.1.2 | Apr 24, 2022 |
0.1.1 | Apr 24, 2022 |
0.1.0 | Apr 24, 2022 |
#163 in #multi-threading
28 downloads per month
Used in blis
17MB
341K
SLoC
Rust bindings for BLIS.
Features
static
(enabled by default): Link BLIS statically.parallel-pthreads
: Enables multithreading withpthreads
.parallel-openmp
: Enables multithreading withopenmp
.runtime-dispatch
: Enables runtime dispatch onx86_64
.
parallel-pthreads
and parallel-openmp
are mutually exclusive.