Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request for hipLaunchKernel #41

Open
drtpotter opened this issue Apr 18, 2023 · 1 comment
Open

Feature request for hipLaunchKernel #41

drtpotter opened this issue Apr 18, 2023 · 1 comment

Comments

@drtpotter
Copy link

drtpotter commented Apr 18, 2023

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
Copy link

dc-dc-dc commented Aug 5, 2023

duplicate of #40

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants