cuda.core.experimental.launch

cuda.core.experimental.launch(kernel, config, *kernel_args)

Launches a Kernel object with launch-time configuration.

Parameters:
  • kernel (Kernel) – Kernel to launch.

  • config (LaunchConfig) – Launch configurations inline with options provided by LaunchConfig dataclass.

  • *kernel_args (Any) – Variable length argument list that is provided to the launching kernel.