Cargo Features
tensorgraph-math has no features set by default.
[dependencies]
tensorgraph-math = { version = "0.1.11", features = ["cublas", "accelerate", "blis", "intel-mkl", "netlib", "openblas", "smallvec"] }
- cublas = rcublas-sys
-
Enables cuda of tensorgraph-sys
Affects
blas::cublas
… - accelerate = blas-sys
-
Enables accelerate of blas-src ^0.8
blas
- blis = blas-sys
-
Enables blis of blas-src ^0.8
- intel-mkl = blas-sys
-
Enables intel-mkl of blas-src ^0.8
- netlib = blas-sys
-
Enables netlib of blas-src ^0.8
- openblas = blas-sys
-
Enables openblas of blas-src ^0.8
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rcublas-sys cublas?
-
Enables rcublas-sys
cublas
- blas-sys accelerate? blis? intel-mkl? netlib? openblas?
- smallvec implicit feature
-
Enables smallvec
smallvec dimension