kparzysz-quic commented on a change in pull request #10644:
URL: https://github.com/apache/tvm/pull/10644#discussion_r828443720



##########
File path: python/tvm/target/target.py
##########
@@ -534,8 +534,14 @@ def hexagon(cpu_ver="v66", **kwargs):
         error if invalid. Does not affect codegen.
     llvm_options : str or list of str (default: None)
         User defined compiler arguments.
+    use_qfloat : bool (default: True for cpu_ver >= v68, False otherwise)

Review comment:
       QFloat is faster and more power efficient, and is the default.  There 
may be some small precision differences in the outputs (plus values like 
infinity or NaN are not supported).




-- 
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