You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am working on a RISC-V architecture ML chip that has many cores. IREE is used to enable ML models on my chip. However, I am not sure if multi-core is supported in RISC-V.
I find --task-topology_group_count=1 in the cmake code. Does this indicate the number of threads or cores?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on a RISC-V architecture ML chip that has many cores. IREE is used to enable ML models on my chip. However, I am not sure if multi-core is supported in RISC-V.
I find
--task-topology_group_count=1
in the cmake code. Does this indicate the number of threads or cores?Does anyone have some ideas?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions