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.
Azure Pipelines / Windows GPU Doc Gen CI Pipeline failed Jan 23, 2025 in 1h 3m 21s

Build #20250122.19 failed

Annotations

Check failure on line 96 in onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows GPU Doc Gen CI Pipeline

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp#L96

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp(96,9): Error C2061: syntax error: identifier 'IResourceAccountant'

Check failure on line 93 in onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows GPU Doc Gen CI Pipeline

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp#L93

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp(93,24): Error C2511: 'std::vector<std::unique_ptr<onnxruntime::ComputeCapability,std::default_delete<onnxruntime::ComputeCapability>>,std::allocator<std::unique_ptr<onnxruntime::ComputeCapability,std::default_delete<onnxruntime::ComputeCapability>>>> Dml::ExecutionProvider::GetCapability(const onnxruntime::GraphViewer &,const onnxruntime::IExecutionProvider::IKernelLookup &) const': overloaded member function not found in 'Dml::ExecutionProvider'

Check failure on line 99 in onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows GPU Doc Gen CI Pipeline

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp#L99

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp(99,60): Error C2065: 'resource_accountant': undeclared identifier

Check failure on line 99 in onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Windows GPU Doc Gen CI Pipeline

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp#L99

onnxruntime\core\providers\dml\DmlExecutionProvider\src\ExecutionProvider.cpp(99,82): Error C2352: 'onnxruntime::IExecutionProvider::GetLogger': a call of a non-static member function requires an object