Macro launch_kernel

Source
macro_rules! launch_kernel {
    ($func:expr, $grid:expr, $block:expr, $shared_mem:expr, $stream:expr, $($arg:expr),*) => { ... };
}
Expand description

Launch a HIP kernel using the driver API