mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Fix build error due to merge with DML adapter enumeration macro defined (#19121)
### Description Fix build error when ENABLE_NPU_ADAPTER_ENUMERATION is defined ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
parent
1150b1f81e
commit
9f87c5c41d
1 changed files with 0 additions and 1 deletions
|
|
@ -329,7 +329,6 @@ static std::optional<OrtDmlDeviceFilter> ParseFilter(const ProviderOptions& prov
|
|||
static const std::string Any = "any";
|
||||
static const std::string Gpu = "gpu";
|
||||
#ifdef ENABLE_NPU_ADAPTER_ENUMERATION
|
||||
static const std::string Any = "any";
|
||||
static const std::string Npu = "npu";
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue