blis-sys

Crates.ioblis-sys
lib.rsblis-sys
version0.3.0
sourcesrc
created_at2022-04-24 03:08:43.958978
updated_at2022-05-27 18:50:31.234155
descriptionRust bindings for BLIS
homepage
repositoryhttps://github.com/kitegi/blis-sys/
max_upload_size
id572918
size22,154,439
sarah (sarah-ek)

documentation

README

Rust bindings for BLIS.

https://github.com/flame/blis

Features

  • 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.

Commit count: 8

cargo fmt