macro_rules! register_kernel {
($T:expr) => { ... };
}Expand description
Register a kernel for a compute function. See each compute function for the correct type of kernel to register.
macro_rules! register_kernel {
($T:expr) => { ... };
}Register a kernel for a compute function. See each compute function for the correct type of kernel to register.