areusch commented on a change in pull request #8806:
URL: https://github.com/apache/tvm/pull/8806#discussion_r708609934



##########
File path: python/tvm/relay/backend/contrib/ethosu/util.py
##########
@@ -138,6 +139,12 @@ def round_up(a: int, b: int) -> int:
     return ((a + b - 1) // b) * b
 
 
+def get_accelerator_config():
+    """Get the variant of the accelerator to compile for"""

Review comment:
       this makes sense when you know there are multiple sizes of NPU but 
curious what the returned data type is and where i might go to read more about 
the things that could be present here.




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


Reply via email to