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 Dec 27, 2024
1 parent f64c81a commit 9d085d7
Show file tree
Hide file tree
Showing 2 changed files with 697 additions and 65 deletions.
Loading

0 comments on commit 9d085d7

Please sign in to comment.