Skip to content
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] Add API for updating single node parameters #340

Closed
wants to merge 23 commits into from
Closed
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
0c7012d
[SYCL][Graph] Add APIs for updating single node parameters
Bensuo Nov 1, 2023
c9a8b77
Expand node_type enum
Bensuo Nov 2, 2023
0e9b321
Detail compatible parameters in function defintion
Bensuo Nov 2, 2023
a93290c
Add wording about dynamic params not changing graph structure
Bensuo Nov 3, 2023
f3408b0
Fix typos and add new queries
Bensuo Nov 6, 2023
9859ac1
Minor superficial tweaks
EwanC Nov 15, 2023
6046db0
Give `dynamic_parameter` its own constructor
EwanC Nov 20, 2023
fd65441
Add finalization property to allow a graph to be updated.
EwanC Nov 29, 2023
e0f882d
Address PR comments
EwanC Nov 29, 2023
52448a5
Remove nodes list from `update_dynamic_parameter()`
EwanC Nov 29, 2023
adc0a4d
Enable update by argument index.
EwanC Nov 30, 2023
4419ea9
Template dynamic parameter type
EwanC Nov 30, 2023
83f8852
Clarifications
EwanC Dec 1, 2023
89e8a24
Change semantics of dyn param retaining values
EwanC Dec 1, 2023
9c62653
Make registration and update methods on the dynamic_parameter
EwanC Dec 8, 2023
5d4c8a4
Minor cleanup
EwanC Dec 11, 2023
35f81f0
updatable must be set for nd-range update
EwanC Dec 11, 2023
47ce7bf
Add raw dynamic parameter type
EwanC Dec 12, 2023
c324d0a
Expand on multiple registration
EwanC Dec 13, 2023
360fa1b
Remove scalar/raw registration by matching
EwanC Dec 15, 2023
358412c
Rename query functions to get predecessors/successors
EwanC Dec 18, 2023
6406b2a
Remove queries from this PR
Bensuo Dec 21, 2023
d98b8db
Merge branch 'sycl' into ben/explicit-update
reble Jan 18, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading