Macro gemm_common::horizontal_kernel

source ยท
macro_rules! horizontal_kernel {
    ($([$target: tt])?, $name: ident, $m: tt, $n: tt $(,)?) => { ... };
}