-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add OpenCL runtime #796
base: main
Are you sure you want to change the base?
Add OpenCL runtime #796
Conversation
I know that the PR is still WIP but left some small comments. Mostly about name usage. |
Thanks for the comments. I have updated the code now. Those names were copy-pasted from L0 wrapper and I have now changed them accordingly. I have added opencl-runtime for most of the UTs. And I found some of the tests failing. Still working on it... |
Removed the "WIP" status and this PR is ready to review. Added additional RUN in UTs for OpenCL runtime.
The error ends up the wrong setting of WG size. L0, Sycl and Ocl have different ways to set the WG size and x/y/x orders. :( |
This is a PR still work-in-progress. I have added opencl-runtime in some of the runner tests. It seems to work well. Todo: