manupak commented on code in PR #13624:
URL: https://github.com/apache/tvm/pull/13624#discussion_r1050114968


##########
src/relay/backend/contrib/uma/targets.cc:
##########
@@ -62,16 +61,23 @@ 
TVM_REGISTER_GLOBAL("relay.backend.contrib.uma.RegisterTarget")
                                         
relay::contrib::uma::RelayToTIR(target_name))
               .set_attr<FTVMTIRToRuntime>("TIRToRuntime", 
relay::contrib::uma::TIRToRuntime);
 
+      // target kind attrs inventory
+      auto kind = ::tvm::TargetKind::Get(target_name).value();

Review Comment:
   Nit: aren't we already in the tvm namespace?



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