Aleksei-grovety commented on code in PR #16401:
URL: https://github.com/apache/tvm/pull/16401#discussion_r1463403948
##########
src/relay/backend/contrib/ethosu/compiler_attrs.cc:
##########
@@ -72,6 +73,13 @@ struct EthosUCompilerConfigNode : public
tvm::AttrsNode<EthosUCompilerConfigNode
"the linker script for section \".rodata.tvm\" that the constants
are located in SRAM)")
.set_default(Bool(false));
String dev_warning = "Option is intended for development and debugging
purposes only. ";
+ TVM_ATTR_FIELD(enable_fixed_point)
Review Comment:
Yes, it's possible. I suppose it's worth separating the FullyConnected and
Matmul fixed-point implementations, and then only the fixed_point_fraction_size
parameter will be needed.
--
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]