Lunderberg opened a new pull request, #17263:
URL: https://github.com/apache/tvm/pull/17263

   Prior to this commit, while an operator with the 
`MixedPrecisionPolicyKind::kNever` attribute would not be updated from 
`float32` to `float16`, it would be erroneously updated from `float16` to 
`float32`.
   
   This commit updates `ToMixedPrecision` to preserve the datatype of any 
arguments used in a `kNever` operation, rather than forcing them to a `float32` 
datatype.


-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to