HIP-CPU icon indicating copy to clipboard operation
HIP-CPU copied to clipboard

Feature request for hipLaunchKernel

Open drtpotter opened this issue 1 year ago • 1 comments

Hi there,

I have a library that optimises kernel performance through a brute force search over block size. With ROCM it uses the hipLaunchKernel function to handle kernels with varying number of arguments. I see this function appears to be missing in the CPU library.

Could we please have hipLaunchKernel available in HIP-CPU? Or, at least a way to launch a kernel if we just have the kernel stub function pointer (of type const void*) and an array of kernel arguments (of type void**).

Thankyou!

Kind regards, Toby

drtpotter avatar Apr 18 '23 05:04 drtpotter

duplicate of #40

dc-dc-dc avatar Aug 05 '23 15:08 dc-dc-dc