Closed mcr229 closed 1 week ago
Note: Links to docs will display an error until the docs builds have been completed.
There are 2 currently active SEVs. If your PR is affected, please view them below:
As of commit 84cf62e818c13570a29ec9e461393708f3c88511 with merge base 5b4d9bbf4a7d6e23ad2d4a7a575ecc66d588664b (): :green_heart: Looks good so far! There are no failures yet. :green_heart:
This comment was automatically generated by Dr. CI and updates every 15 minutes.
This pull request was exported from Phabricator. Differential Revision: D65989599
This pull request was exported from Phabricator. Differential Revision: D65989599
This pull request was exported from Phabricator. Differential Revision: D65989599
This pull request was exported from Phabricator. Differential Revision: D65989599
Summary: Bug in quantizer when Conv + ReLU is fused even when the preceeding conv has more than one user. Conv and ReLU can not be fused in this case because the result of Conv must be used elsewhere.
XNNPACK Delegate naturally handles this by inserting a clamp node for ReLU.
Reviewed By: digantdesai
Differential Revision: D65989599