-
Notifications
You must be signed in to change notification settings - Fork 744
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
[SYCL][Doc] Add spec to get device image backend content #14811
Commits on Jul 26, 2024
-
[SYCL][Doc] Add spec to get device image content
Add a proposed specification for an extension that returns the content of a device image.
Configuration menu - View commit details
-
Copy full SHA for f09c9d6 - Browse repository at this point
Copy the full SHA f09c9d6View commit details
Commits on Jul 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2cd6478 - Browse repository at this point
Copy the full SHA 2cd6478View commit details
Commits on Nov 25, 2024
-
Constrain to "executable" bundles
A couple changes to simplify and clarify this extension: * Rename the functions to make it clear they get the "backend" content of the device image. This will avoid confusion with a new member function `kernel_bundle::ext_oneapi_get_content` that we plan to add in a separate extension. * Constrain the functions, so they are only available when the kernel bundle is `bundle_state::executable`. This is the only case we need now, and it avoids the need to define what is returned in the other states.
Configuration menu - View commit details
-
Copy full SHA for 793b739 - Browse repository at this point
Copy the full SHA 793b739View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf6b734 - Browse repository at this point
Copy the full SHA bf6b734View commit details -
Configuration menu - View commit details
-
Copy full SHA for a548105 - Browse repository at this point
Copy the full SHA a548105View commit details
Commits on Nov 27, 2024
-
Apply suggestions from code review
Co-authored-by: John Pennycook <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5f17499 - Browse repository at this point
Copy the full SHA 5f17499View commit details -
Apply suggestions from code review
Co-authored-by: John Pennycook <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ef53b68 - Browse repository at this point
Copy the full SHA ef53b68View commit details -
Configuration menu - View commit details
-
Copy full SHA for acd6b94 - Browse repository at this point
Copy the full SHA acd6b94View commit details -
Configuration menu - View commit details
-
Copy full SHA for d288119 - Browse repository at this point
Copy the full SHA d288119View commit details -
Add API to get backend and tweak lifetime of view
Two changes that make it easier to use `device_image` by code that does not also have the `kernel_bundle` object: * Add an API to `device_image` that returns the backend. * Change the lifetime of the content view to be the lifetime of the `device_image` object instead of the containing `kernel_bundle` object.
Configuration menu - View commit details
-
Copy full SHA for 236c32e - Browse repository at this point
Copy the full SHA 236c32eView commit details