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 whenever tvm-rt is added without default-features = false somewhere in the dependency tree.

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.