mehrdadh commented on PR #12718:
URL: https://github.com/apache/tvm/pull/12718#issuecomment-1238705022
@gromero Here is a report. It seems to have minimal affect on building
anomaly detection model
without -O2 optimization
```
[237/237] Linking CXX executable zephyr/zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 585968 B 2 MB 27.94%
SRAM: 566544 B 640 KB 86.45%
IDT_LIST: 0 GB 2 KB 0.00%
```
with -O optimization:
```
[237/237] Linking CXX executable zephyr/zephyr.elf
Memory region Used Size Region Size %age Used
FLASH: 601872 B 2 MB 28.70%
SRAM: 566544 B 640 KB 86.45%
IDT_LIST: 0 GB 2 KB 0.00%
```
--
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]