Skip to content

Commit

Permalink
removed DQ check
Browse files Browse the repository at this point in the history
  • Loading branch information
alvoron committed Dec 13, 2024
1 parent fddd3f4 commit 55e0d0d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ bool ACLLowpFullyConnectedExecutor::supports(const FCConfig &config) {
VERIFY(checkPostOps(config.postOps), UNSUPPORTED_TYPE_OF_POSTOPS);
VERIFY(one_of(srcRank(config), 2U, 3U, 4U), UNSUPPORTED_SRC_RANK);
VERIFY(one_of(weiRank(config), 2U, 3U, 4U), UNSUPPORTED_WEI_RANK);
//VERIFY(static_cast<FCAttrs>(config.attrs).dequantizationScales.size() <= 1, UNSUPPORTED_PER_CHANNEL_QUANTIZATION);
return true;
}

Expand Down

0 comments on commit 55e0d0d

Please sign in to comment.