You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][Graph] Implement dynamic local accessors (#18437)
- Implements the dynamic_local_accessor class with compiler support.
- Refactor the recently added dynamic_work_group_memory class to only
use one `impl` member variable. This brings it closer to the design of
other sycl classes and avoids future ABI break issues.
- There are 2 ABI breaking changes. However, they are both related to
the `dynamic_work_group_memory` class whose
[specification](#16712) has not been
merged yet and is not yet officially supported.
0 commit comments