Icemist commented on code in PR #13349:
URL: https://github.com/apache/tvm/pull/13349#discussion_r1034192044
##########
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:
True, there is of course another way - 0 also limits, essentially forbidding
the use of vtcm. In that case we could use -1 as a disable constraint as well
as a default value. But, we don't have such a need right now.
--
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]