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 03:56:52 UTC

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

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



##########
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:
       Not sure about it. There is no comment or RFC.
   https://github.com/apache/tvm/blob/main/src/target/target_kind.cc#L400-L401




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