Function tvm::ffi::cuda_api::LaunchKernelEx#
Defined in File unified_api.h
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.
args – Array of pointers to kernel arguments.
config – The launch configuration (grid, block, smem, stream, attributes).
- Returns:
Result code.