-
Notifications
You must be signed in to change notification settings - Fork 738
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][Graph] Specify API for explicit update using indices #12486
Merged
Commits on Jan 24, 2024
-
[SYCL][Graph] API for explicit update using indices
- Adds an API to the spec for updating graph nodes using explicit indices - Also includes functionality for updating ND-range of kernel nodes - Note: Current design is only for kernel execution nodes
Configuration menu - View commit details
-
Copy full SHA for d7f5d51 - Browse repository at this point
Copy the full SHA d7f5d51View commit details
Commits on Jan 29, 2024
-
Update sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc
Fix typo Co-authored-by: Pablo Reble <pablo.reble@intel.com>
Configuration menu - View commit details
-
Copy full SHA for bfdf750 - Browse repository at this point
Copy the full SHA bfdf750View commit details
Commits on Feb 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac29d0a - Browse repository at this point
Copy the full SHA ac29d0aView commit details
Commits on Feb 20, 2024
-
- Add update_range node member function for updating using a sycl::range - Swap parameter order when registering - Clarify some wording
Configuration menu - View commit details
-
Copy full SHA for 5431de4 - Browse repository at this point
Copy the full SHA 5431de4View commit details
Commits on Feb 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 961ae13 - Browse repository at this point
Copy the full SHA 961ae13View commit details -
Configuration menu - View commit details
-
Copy full SHA for ebc2adb - Browse repository at this point
Copy the full SHA ebc2adbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7fd524 - Browse repository at this point
Copy the full SHA e7fd524View commit details -
Configuration menu - View commit details
-
Copy full SHA for ae5d62d - Browse repository at this point
Copy the full SHA ae5d62dView commit details
Commits on Feb 26, 2024
-
- Update wording of dynamic_parameter::update - Move error on non-kernel node registration to add() since it is unimplementable in register
Configuration menu - View commit details
-
Copy full SHA for 7b40019 - Browse repository at this point
Copy the full SHA 7b40019View commit details
Commits on Feb 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0186285 - Browse repository at this point
Copy the full SHA 0186285View commit details -
Configuration menu - View commit details
-
Copy full SHA for baefdc2 - Browse repository at this point
Copy the full SHA baefdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb86ee - Browse repository at this point
Copy the full SHA 8cb86eeView commit details
Commits on Mar 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48f9770 - Browse repository at this point
Copy the full SHA 48f9770View commit details
Commits on Mar 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b63d6c3 - Browse repository at this point
Copy the full SHA b63d6c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ec0d4 - Browse repository at this point
Copy the full SHA e4ec0d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50db9ad - Browse repository at this point
Copy the full SHA 50db9adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 605f56f - Browse repository at this point
Copy the full SHA 605f56fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcf125 - Browse repository at this point
Copy the full SHA 8bcf125View commit details
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b5db95f - Browse repository at this point
Copy the full SHA b5db95fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ede6b7 - Browse repository at this point
Copy the full SHA 8ede6b7View commit details
Commits on Mar 14, 2024
-
Clarify update blocking/wait behaviour
- User is not required to wait on previous graph submissions - update() may perform a blocking wait if required.
Configuration menu - View commit details
-
Copy full SHA for 6a6bf5e - Browse repository at this point
Copy the full SHA 6a6bf5eView commit details
Commits on Mar 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40632a1 - Browse repository at this point
Copy the full SHA 40632a1View commit details
Commits on Mar 25, 2024
-
- Remove redundant "Note: " annotation. - Avoid duplicating "Executable Graph Update" section name. - Reference parameter name in entry-point error description
Configuration menu - View commit details
-
Copy full SHA for 6ec17e3 - Browse repository at this point
Copy the full SHA 6ec17e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d981ebf - Browse repository at this point
Copy the full SHA d981ebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for c893abd - Browse repository at this point
Copy the full SHA c893abdView commit details
Commits on Mar 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd83ff - Browse repository at this point
Copy the full SHA 6fd83ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for b23423d - Browse repository at this point
Copy the full SHA b23423dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.