pub unsafe extern "C" fn hipLaunchByPtr(
func: *const c_void,
) -> hipError_t
Expand description
@brief Launch a kernel.
@param [in] func Kernel to launch.
@returns #hipSuccess, #hipErrorNotInitialized, #hipErrorInvalidValue
pub unsafe extern "C" fn hipLaunchByPtr(
func: *const c_void,
) -> hipError_t
@brief Launch a kernel.
@param [in] func Kernel to launch.
@returns #hipSuccess, #hipErrorNotInitialized, #hipErrorInvalidValue