macro_rules! binary { ( operation: $ops:expr, runtime: $runtime:ty, input: $lhs:expr; $rhs:expr, elem: $elem:ty ) => { ... }; ( operation: $ops:expr, compiler: $compiler:ty, elem_in: $elem_in:ty, elem_out: $elem_out:ty ) => { ... }; }
Expand description
Creates a binary kernel.