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

Commits on Dec 12, 2023

  1. [SYCL][Graph] Add APIs for updating single node parameters

    - New API and wording for updating single parameters
    - Add some queries to node and modifiable graphs to support more mixed use cases
    - Add deleted constructor to node which was missing
    Bensuo authored and EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    0c7012d View commit details
    Browse the repository at this point in the history
  2. Expand node_type enum

    Bensuo authored and EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    c9a8b77 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e9b321 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a93290c View commit details
    Browse the repository at this point in the history
  5. Fix typos and add new queries

    Bensuo authored and EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    f3408b0 View commit details
    Browse the repository at this point in the history
  6. Minor superficial tweaks

    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    9859ac1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6046db0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd65441 View commit details
    Browse the repository at this point in the history
  9. Address PR comments

    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e0f882d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52448a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    adc0a4d View commit details
    Browse the repository at this point in the history
  12. Template dynamic parameter type

    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    4419ea9 View commit details
    Browse the repository at this point in the history
  13. Clarifications

    Clarify that it's buffer accessors, not a `sycl::buffer` that
    are used for registration and update of buffer-type dynamic
    parameters.
    
    Other clarifications based on PR feedback.
    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    83f8852 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    89e8a24 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9c62653 View commit details
    Browse the repository at this point in the history
  16. Minor cleanup

    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    5d4c8a4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    35f81f0 View commit details
    Browse the repository at this point in the history
  18. Add raw dynamic parameter type

    EwanC committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    47ce7bf View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Expand on multiple registration

    EwanC committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    c324d0a View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. Configuration menu
    Copy the full SHA
    360fa1b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    358412c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Remove queries from this PR

    Bensuo committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    6406b2a View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    d98b8db View commit details
    Browse the repository at this point in the history