Skip to content

[SYCL][Graph] Deprecate dynamic_parameter constructors that take a graph #18199

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

Open
wants to merge 3 commits into
base: sycl
Choose a base branch
from

Conversation

Bensuo
Copy link
Contributor

@Bensuo Bensuo commented Apr 25, 2025

  • Tying a dynamic param to a specific graph has no practical purpose and prevents whole graph update usage, so this is the first step to removing it
  • Remove error wording from spec about using dynamic params across multiple graphs
  • Deprecate old constructors and add new ones under breaking changes macro.
  • Ignore graph parameter for current constructors since it is no longer stored.
  • Update tests to ignore deprecation warnings under werror

Full spec changes to detail new behaviour will be done during the next ABI breaking window when these deprecated constructors are also removed.

- Tying a dynamic param to a specific graph has no practical purpose and prevents whole graph update usage, so this is the first step to removing it
- Remove error wording from spec about using dynamic params across multiple graphs
- Deprecate old constructors and add new ones under breaking changes macro.
- Ignore graph parameter for current constructors since it is no longer stored.
- Update tests to ignore deprecation warnings under werror
@Bensuo Bensuo requested review from a team as code owners April 25, 2025 14:05
@Bensuo Bensuo requested review from EwanC and slawekptak April 25, 2025 14:05
@Bensuo Bensuo temporarily deployed to WindowsCILock April 25, 2025 14:06 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 25, 2025 14:42 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 25, 2025 14:54 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 25, 2025 14:54 — with GitHub Actions Inactive
- Remove duplicate deprecations
- Fix test formatting
@Bensuo Bensuo force-pushed the ben/dyn_wg_mem_whole_graph_update branch from dbb5277 to aead060 Compare April 28, 2025 12:06
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 12:07 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 12:21 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 12:31 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 12:31 — with GitHub Actions Inactive
@Bensuo Bensuo force-pushed the ben/dyn_wg_mem_whole_graph_update branch from aead060 to 6b96334 Compare April 28, 2025 12:48
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 12:48 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 13:25 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 13:35 — with GitHub Actions Inactive
@Bensuo Bensuo temporarily deployed to WindowsCILock April 28, 2025 13:35 — with GitHub Actions Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants