MCPcopy Create free account
hub / github.com/ROCm/clr / hipLaunchKernel_common

Function hipLaunchKernel_common

hipamd/src/hip_module.cpp:816–821  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

814}
815
816hipError_t hipLaunchKernel_common(const void* hostFunction, dim3 gridDim, dim3 blockDim,
817 void** args, size_t sharedMemBytes, hipStream_t stream) {
818 STREAM_CAPTURE(hipLaunchKernel, stream, hostFunction, gridDim, blockDim, args, sharedMemBytes);
819 return ihipLaunchKernel(hostFunction, gridDim, blockDim, args, sharedMemBytes, stream, nullptr,
820 nullptr, 0);
821}
822
823hipError_t hipLaunchKernel(const void* hostFunction, dim3 gridDim, dim3 blockDim, void** args,
824 size_t sharedMemBytes, hipStream_t stream) {

Callers 3

hipLaunchKernelFunction · 0.85
hipLaunchKernel_sptFunction · 0.85
hipLaunchKernelExCFunction · 0.85

Calls 1

ihipLaunchKernelFunction · 0.85

Tested by

no test coverage detected