csullivan commented on a change in pull request #10644:
URL: https://github.com/apache/tvm/pull/10644#discussion_r828410725
##########
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:
Can we elaborate a bit here on the difference between / benefit of
QFloat HVX and / over IEEE HVX instructions as after this patch will be
defaulting to them for current and future archs?
--
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]