Function tvm::ffi::cuda_api::LaunchKernelEx

Function tvm::ffi::cuda_api::LaunchKernelEx#

Function Documentation#

inline ResultType tvm::ffi::cuda_api::LaunchKernelEx(KernelHandle kernel, void **args, const LaunchConfig &config)#

Launch a kernel using the extended launch API with launch attributes.

This enables features like cluster dimensions (SM90+) that require cuLaunchKernelEx / cudaLaunchKernelExC.

Parameters:
  • kernel – The kernel handle.

  • argsArray of pointers to kernel arguments.

  • config – The launch configuration (grid, block, smem, stream, attributes).

Returns:

Result code.