Ga1axy0 commented on code in PR #19915:
URL: https://github.com/apache/tvm/pull/19915#discussion_r3497466360


##########
python/tvm/target/tag_registry/riscv_cpu.py:
##########
@@ -71,3 +71,14 @@ def _register_riscv_tag(name, config):
         "mabi": "lp64d",
     },
 )
+
+_register_riscv_tag(
+    "riscv/spacemit-k3",
+    {
+        "num-cores": 8,
+        "mtriple": "riscv64-unknown-linux-gnu",
+        "mcpu": "spacemit-x100",

Review Comment:
   Actually, SpacemiT K1-based platforms appear to use the X60 core, while the 
K3 platform is based on the X100 core.



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to