masahi commented on code in PR #13349:
URL: https://github.com/apache/tvm/pull/13349#discussion_r1033288387
##########
python/tvm/target/target.py:
##########
@@ -642,6 +646,8 @@ def hexagon(cpu_ver="v66", **kwargs):
Whether to use IEEE HVX instructions
num_cores : int (default: 4)
The number of HVX threads. This attribute is required by meta
scheduler.
+ vtcm_capacity: int (default: 0)
+ Hexagon VTCM capacity limitation. Value of 0 disables this limitation.
Review Comment:
Do you mean, "If the value is 0, the capacity is treated as unbounded"?
--
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]