Skip to content

Commit

Permalink
Include header update
Browse files Browse the repository at this point in the history
  • Loading branch information
skottmckay committed Dec 4, 2024
1 parent 0c48951 commit 9812547
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ namespace Dml
std::vector<std::unique_ptr<onnxruntime::ComputeCapability>>
GetCapability(
const onnxruntime::GraphViewer& graph,
const onnxruntime::IExecutionProvider::IKernelLookup& kernel_lookup
const onnxruntime::IExecutionProvider::IKernelLookup& kernel_lookup,
const onnxruntime::logging::Logger& logger
) const;

uint32_t GetSupportedDeviceDataTypeMask() const;
Expand Down

0 comments on commit 9812547

Please sign in to comment.