Aleksei-grovety commented on code in PR #16401:
URL: https://github.com/apache/tvm/pull/16401#discussion_r1453512254


##########
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:
   It could have been done without the option, but with the latest changes we 
need to specify the number of bits used to represent the fractional part of a 
fixed-point number.



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