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

[DRAFT] Capacity aware partitioning #22766

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Implement node memory stats collection

8b3f05a
Select commit
Loading
Failed to load commit list.
Draft

[DRAFT] Capacity aware partitioning #22766

Implement node memory stats collection
8b3f05a
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / PREfast completed Jan 23, 2025 in 3s

3 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 3 configurations present on refs/heads/main were not found:

Actions workflow (sca.yml)

  • ❓  VS_SCA_WIN32_WEBGPU_X64
  • ❓  VS_SCA_WIN32_WINML_X64
  • ❓  VS_SCA_WIN32_WINML_X86

New alerts in code changed by this pull request

  • 1 warning

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 78 in onnxruntime/core/framework/graph_partitioner.cc

See this annotation in the file changed.

Code scanning / PREfast

Don't use std::move on constant variables. (es.56). Warning

Don't use std::move on constant variables. (es.56).