Skip to content

Commit

Permalink
Enable ConvReplaceWithQLinear when using ACL
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Tyler <[email protected]>
  • Loading branch information
MichaelTylerArm committed Nov 12, 2024
1 parent 9836ef1 commit 2824467
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void ConvQDQRules(SelectorActionRegistry& qdq_selector_action_registry, bool is_

#if !defined(ORT_MINIMAL_BUILD)
// TODO: Enable 16-bit types in selector when QLinearConv supports 16-bit.
std::vector<const char*> providers = {kCpuExecutionProvider, kDmlExecutionProvider};
std::vector<const char*> providers = {kCpuExecutionProvider, kDmlExecutionProvider, kAclExecutionProvider};
std::unique_ptr<NodeSelector> selector = std::make_unique<QDQ::ConvSelector>(is_int8_allowed,
false,
false,
Expand Down

0 comments on commit 2824467

Please sign in to comment.