From 1efdbff1a3742e23a9e37843e59ab9e6119e291e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gin=C3=A9s=20Hidalgo?= Date: Wed, 27 Oct 2021 05:47:22 -0400 Subject: [PATCH] Fixed compiler error in Clang (for Win64) for ExecutionProvider (#9482) --- .../providers/dml/DmlExecutionProvider/src/ExecutionProvider.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h b/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h index 916ff2f0aa..fd9c907ae4 100644 --- a/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h +++ b/onnxruntime/core/providers/dml/DmlExecutionProvider/src/ExecutionProvider.h @@ -30,7 +30,7 @@ namespace Dml Windows::AI::MachineLearning::Adapter::IWinmlExecutionProvider> { public: - explicit ExecutionProviderImpl::ExecutionProviderImpl( + explicit ExecutionProviderImpl( IDMLDevice* dmlDevice, ID3D12Device* d3d12Device, ID3D12CommandQueue* queue,