Crates.io | blis-sys |
lib.rs | blis-sys |
version | 0.3.0 |
source | src |
created_at | 2022-04-24 03:08:43.958978 |
updated_at | 2022-05-27 18:50:31.234155 |
description | Rust bindings for BLIS |
homepage | |
repository | https://github.com/kitegi/blis-sys/ |
max_upload_size | |
id | 572918 |
size | 22,154,439 |
Rust bindings for BLIS.
static
(enabled by default): Link BLIS statically.parallel-pthreads
: Enables multithreading with pthreads
.parallel-openmp
: Enables multithreading with openmp
.runtime-dispatch
: Enables runtime dispatch on x86_64
.parallel-pthreads
and parallel-openmp
are mutually exclusive.