Macro register_kernel

Source
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.