Cargo Features

constensor-core has no features set by default.

[dependencies]
constensor-core = { version = "0.1.1", features = ["all", "cuda", "bfloat", "slow_integral_fma_cuda"] }
all = bfloat, cuda, half
cuda all? = cudarc

Affects device::Cuda, device::BestDevice, gemm::GemmDispatch.launch_gemm_cuda, dtype::DeviceReprLike, rand::RandDispatch.cuda_fill_with_uniform, rand::RandDispatch.cuda_fill_with_normal

half bfloat all?

Enables half

slow_integral_fma_cuda

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.

cudarc cuda?