launch

template<typename ...Args>
void kernel_launcher::launch(KernelDescriptor descriptor, Args&&... args)

Launch the kernel given a KernelDescriptor using the global registry. This is a short-hand for default_registry().lookup(descriptor).launch(args...)