areusch commented on code in PR #12320:
URL: https://github.com/apache/tvm/pull/12320#discussion_r949641262


##########
src/relay/backend/contrib/cmsisnn/target.cc:
##########
@@ -31,10 +34,11 @@ tvm::transform::Pass RelayToTIR();
 runtime::Module TIRToRuntime(IRModule mod, Target target);
 
 TVM_REGISTER_TARGET_KIND("cmsis-nn", kDLCPU)
+    .add_attr_option<Array<String>>("mattr")
+    .add_attr_option<String>("mcpu")

Review Comment:
   just musing, i'm sensing we'll shortly want a way to express this as 
"whatever target_host did"



-- 
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: commits-unsubscr...@tvm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to