ethosu: Set test baseline for the Corstone 1000 (U85)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39611>
This commit is contained in:
Tomeu Vizoso 2026-02-18 15:41:47 +01:00 committed by Marge Bot
parent ac0d6e7b7c
commit 15f0c245c8
5 changed files with 33 additions and 6 deletions

View file

@ -0,0 +1 @@
Models.Op/efficientdet_efficientdet_tflite_lite0_int8_v1,Fail

View file

@ -0,0 +1,23 @@
Add.Op/.*
AddQuant.Op/.*
Conv2D.Op/.*
DepthwiseConv2D.Op/.*
FullyConnected.Op/.*
# Don't support unfused Pad operations yet
Models.Op/yolox_000
Models.Op/yolox_003
Models.Op/yolox_012
Models.Op/yolox_027
Models.Op/yolox_042
Models.Op/yolox_077
Models.Op/yolox_086
# GatherNd operations that are unsupported.
# If they fail is because of a bug in the teflon test runner.
Models.Op/movenetlightning_112
Models.Op/movenetlightning_141
Models.Op/movenetlightning_152
Models.Op/movenetthunder_112
Models.Op/movenetthunder_141
Models.Op/movenetthunder_152

View file

@ -1,7 +1 @@
Models.Op/efficientdet_efficientdet_tflite_lite0_int8_v1,Fail
Models.Op/movenetlightning_112,Fail
Models.Op/movenetlightning_141,Fail
Models.Op/movenetlightning_152,Fail
Models.Op/movenetthunder_112,Fail
Models.Op/movenetthunder_141,Fail
Models.Op/movenetthunder_152,Fail

View file

@ -12,3 +12,12 @@ Models.Op/yolox_027
Models.Op/yolox_042
Models.Op/yolox_077
Models.Op/yolox_086
# GatherNd operations that are unsupported.
# If they fail is because of a bug in the teflon test runner.
Models.Op/movenetlightning_112
Models.Op/movenetlightning_141
Models.Op/movenetlightning_152
Models.Op/movenetthunder_112
Models.Op/movenetthunder_141
Models.Op/movenetthunder_152