ekalda commented on code in PR #14003:
URL: https://github.com/apache/tvm/pull/14003#discussion_r1112038078
##########
tests/micro/arduino/test_arduino_workflow.py:
##########
@@ -95,7 +95,7 @@ def test_model_platform_templating(project_dir, project):
# TVM causes the amount of memory needed to decrease.
workspace_size = int(workspace_size_defs[0])
assert workspace_size < 30000
- assert workspace_size > 10000
+ assert workspace_size > 9000
Review Comment:
cc @mehrdadh this gave an error in the upstream build
```[2023-02-16T17:18:08.641Z] E assert 9776 > 10000```
Is it ok to reduce the minimum workspace size there?
--
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]