kompute
kompute copied to clipboard
Showcase OpenCL
Hi. The PR in its current state is only to start a discussion about a potential change to run OpenCL kernels. See https://github.com/KomputeProject/kompute/issues/251
This is really interesting @jerryct, thank you for opening the PR to initiate the discussion. Before diving into the discussion could you also create an issue that points to this PR so we can have a way to track on the issues as well?
In regards to your current suggetsions, it seems quite interesting that it does seem to work with OpenCL kernels that compile into SpirV, very cool - is the current feature request to just allow changing the name of the "main" entrypoint? If that is the case, this should be a relatively simple extension that could be exposed through helper / property functions.
I created this issue https://github.com/KomputeProject/kompute/issues/251 and moved most of the description from this PR.
is the current feature request to just allow changing the name of the "main" entrypoint?
Yes, this is the only change to make the above code in the issue work.
Closing to continue discussion through issue when picked up