-
Notifications
You must be signed in to change notification settings - Fork 124
Move OpenCL sources from intel/llvm to UR #960
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
Move OpenCL sources from intel/llvm to UR #960
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add this to the .github/CODEOWNERS
file:
# OpenCL adapter
source/adapters/opencl @oneapi-src/unified-runtime-opencl-write
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 minor thing
How do we plan on testing this adapter? using a CPU runtime (would it be possible to do that on GH-hosted runner)? something else? |
These are the options:
Agreed. @fabiomestre could you create that please? |
Let's start with this one. Hopefully it's straightforward to do.
I wouldn't want to add too many additional jobs on the existing runners, the queue times are already significant. I'm hoping we can either add more platforms or be more efficient with what we have through virtualization. I'm going to ask the team to prioritize adding a new intel-gpu runner in the short-term. |
Co-authored-by: Martin Morrison-Grant <[email protected]> Co-authored-by: Petr Vesely <[email protected]> Co-authored-by: Callum Fare <[email protected]> Co-authored-by: aarongreig <[email protected]>
- Update Cmake to use local adapter source files - Update license headers - Add virtual memory entrypoints to interface_loader - Add .clang-format - Update CODEOWNERS file for OpenCL adapter
97c17e9
to
c991a7e
Compare
Created this issue to track the task: #964 |
There's no point in waiting for CI because the runners are out of commission today, and the adapter this PR is adding isn't built by any workflow anyway. So I think we should just merge it to unblock other work (like #966). |
No description provided.