1pub mod half; 2pub mod tensor_core; 3 4// Re-export Tensor Core variant as the default (best performance). 5pub use tensor_core::hgemm_tensor_core as hgemm;