iree
iree copied to clipboard
Add RISC-V models to e2e integration testing
Request description
The benchmarking infrastructure will track the following models:
- MobileNetV1-float
- MobileBert-float
- DeepLabV3-float
- EfficientNet-Lite0-quant
- MobileBert-quant
- PersonDetect-quant
We should add all these models to our e2e integration testing for RISC-V to check the correctness of these models. MobileNet, MobileBert, DeepLab and EfficientNet should be compiled and run for rv64.
I recommend that we add and disable MobileBert models for now since they may take quite some time to run on the simulator. Their performance should improve in the following weeks/months.
What component(s) does this issue relate to?
Compiler
Additional context
No response
We can add the run test to see they don't crash. However, the numerical value check may not be feasible until https://github.com/iree-org/iree/issues/9796 is addressed.
Hey Cindy, just checking on this task. Would you have time to look at it in the upcoming weeks?