yongwww commented on a change in pull request #9802:
URL: https://github.com/apache/tvm/pull/9802#discussion_r811636432
##########
File path: include/tvm/runtime/threading_backend.h
##########
@@ -102,6 +128,9 @@ int MaxConcurrency();
*/
void ResetThreadPool();
+void Configure(tvm::runtime::threading::ThreadGroup::AffinityMode mode, int
nthreads,
Review comment:
add method description
##########
File path: include/tvm/runtime/threading_backend.h
##########
@@ -94,6 +118,8 @@ void Yield();
*/
int MaxConcurrency();
+void SetMaxConcurrency(int value);
Review comment:
Add method brief description
--
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]