1 2 3 4 5 6 7
#[cfg(feature = "autotune")] mod base; mod key; #[cfg(feature = "autotune")] pub use base::matmul_autotune; pub use key::*;