tqchen edited a comment on issue #4446: [RFC] Fixed-point type implementation proposal URL: https://github.com/apache/incubator-tvm/issues/4446#issuecomment-560565196 Thanks for the proposal. One potential alternative to the fix point is to make use of integer arithmetics instead. The quantization pass in the relay pass should be able to turn floating pt into integer arithmetics, and we only need to support vector integer ariths. For a given fixed point configuration, there is a one to one mapping from fixed point arithmetic and the corresponding integer arithmetics(via mul and shift). It would be great if we can have a discussion about the alternative approach.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
