ROCm / HIP-CPU

An implementation of HIP that works on CPUs, across OSes.
MIT License
112 stars 19 forks source link

Feature request for hipLaunchKernel #41

Open drtpotter opened 1 year ago

drtpotter commented 1 year ago

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

dc-dc-dc commented 1 year ago

duplicate of #40