Cargo Features
[dependencies]
tvm-rt = { version = "0.1.0-alpha", default-features = false, features = ["dynamic-linking", "static-linking", "blas"] }
- default = dynamic-linking
-
The
dynamic-linking
feature is set by default whenevertvm-rt
is added without
somewhere in the dependency tree.default-features = false - dynamic-linking default
-
Enables dynamic-linking of tvm-sys
- static-linking
-
Enables static-linking of tvm-sys
- blas
-
Enables blas of ndarray ^0.12
ndarray:
Enable blas usage
See README for more instructions
tvm-rt has 4 features without comments.