Alexey-Yazev opened a new pull request, #13772:
URL: https://github.com/apache/tvm/pull/13772

   Does not fuse min and max operations with requantize if there are different 
scales as it is not supported on NPU. Since there are hardware constraints, we 
cannot perform min or max operation fused with requantize (please look at 
NPU_SET_OFM_SCALE register description 
https://developer.arm.com/documentation/102420/0200/Programmers-model/Command-stream/cmd1-commands-)
 when we have different scales.
   min/max operations with matching scales are offloaded to NPU as 
ethosu_binary_elementwise
   min/max operations with different scales are offloaded to NPU as 
ethosu_binary_elementwise + ethosu_identity.
   
   cc @leandron, @ekalda, @lhutton1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to