Cargo Features

tract-linalg has no features set by default.

[dependencies]
tract-linalg = { version = "0.21.12", features = ["no_fp16", "apple-amx-ios", "multithread-mm", "complex"] }
no_fp16

This feature is meant to accomodate very restrictive / legacy toolchains that do have support for fp16 instructions, breaking tract compilation.
It is not meant to be used in other situations, where run-time detection is preferred.

apple-amx-ios
multithread-mm = rayon
complex

Enables complex of tract-data

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.

rayon multithread-mm?