Dependencies for cblas-ffi-0.0
Libraries
cblas-ffi
- base (>=4.5 && <5)
- netlib-ffi (>=0.1.2 && <0.2)
- if !flag(flame-blis)
- if flag(amd-blis)
- transformers (>=0.4 && <0.7)
- if !flag(mkl)
- if !flag(openblas)
- blas-ffi (>=0.0 && <0.2)
- transformers (>=0.4 && <0.7)
- if !flag(openblas)
- if flag(amd-blis)
Executables
cblas-ffi-example
- if flag(buildexamples)else
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
openblas | Use OpenBLAS implementation | Disabled |
flame-blis | Use Flame-BLIS implementation | Disabled |
amd-blis | Use AMD BLIS implementation | Disabled |
mkl | Use Intel MKL implementation | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
buildexamples | Build example executables | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info