driazati commented on code in PR #12509:
URL: https://github.com/apache/tvm/pull/12509#discussion_r954051591


##########
include/tvm/target/target_kind.h:
##########
@@ -102,7 +102,7 @@ class TargetKindNode : public Object {
 
   void VisitAttrs(AttrVisitor* v) {
     v->Visit("name", &name);
-    v->Visit("device_type", &device_type);
+    v->Visit("default_device_type", &default_device_type);

Review Comment:
   that's where we have other release scripts (for now: 
https://github.com/apache/tvm/tree/main/tests/scripts/release and 
https://discuss.tvm.apache.org/t/establishing-a-home-for-tvm-dev-tools/13212), 
but we could also just put it at the top level 



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