-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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 and monofuel
Metadata
Metadata
Assignees
Labels
No labels