Skip to content

Commit

Permalink
Address Dml build problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yuslepukhin committed Feb 6, 2025
1 parent b1d1467 commit 08bfa77
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ namespace Dml
GetCapability(
const onnxruntime::GraphViewer& graph,
const onnxruntime::IExecutionProvider::IKernelLookup& kernel_lookup,
const onnxruntime::logging::Logger& logger, onnxruntime::IResourceAccountant* resource_accountant) const;
onnxruntime::IResourceAccountant* resource_accountant,
const onnxruntime::logging::Logger& logger) const;

uint32_t GetSupportedDeviceDataTypeMask() const;

Expand Down

0 comments on commit 08bfa77

Please sign in to comment.