MCPcopy Create free account
hub / github.com/XpuOS/xsched / Launch

Method Launch

platforms/hip/hal/src/hip_command.cpp:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118hipError_t HipKernelLaunchCommand::Launch(hipStream_t stream)
119{
120 XDEBG("HipKernelLaunchCommand(%p): host_func = %p, kernel_params = %p", this, host_func_, kernel_params_);
121 return Driver::LaunchKernel(host_func_, num_blocks_, block_dim_, kernel_params_, shared_mem_bytes_, stream);
122}
123
124hipError_t HipModuleKernelLaunchCommand::Launch(hipStream_t stream)
125{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected