You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/12/20 06:45:25 UTC

[GitHub] [tvm] junrushao1994 commented on a change in pull request #9768: [Target] Fix device mask issue and typos

junrushao1994 commented on a change in pull request #9768:
URL: https://github.com/apache/tvm/pull/9768#discussion_r772113310



##########
File path: python/tvm/_ffi/runtime_ctypes.py
##########
@@ -217,13 +216,15 @@ class Device(ctypes.Structure):
         "stackvm": 1,
         "cpu": 1,
         "c": 1,
+        "hybrid": 1,

Review comment:
       @masahi there is a legacy thing called TE hybrid script. Probably it’s related?




-- 
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-unsubscribe@tvm.apache.org

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