Skip to content

Commit

Permalink
Add local memory parameter update functionality to sycl graphs.
Browse files Browse the repository at this point in the history
Updates the sycl graph specification to add the dynamic_accessor,
dynamic_local_accessor and dynamic_work_group_memory classes.

This adds the required functionality to support updating local
memory parameters to sycl graph kernel nodes.

Additionally, it also moves the accessor update functionality
from the dynamic_parameter class to the new dynamic_accessor
class. This improves the cohesion of the API and removes
the need to use placeholder accessors when updating buffer arguments
in sycl graphs.
  • Loading branch information
fabiomestre committed Jan 21, 2025
1 parent f64c81a commit 372f06f
Showing 1 changed file with 712 additions and 64 deletions.
Loading

0 comments on commit 372f06f

Please sign in to comment.