Add Blockwise-OAT baseline artifacts (benchmarks/e2e_predict_action.json)
Browse files
benchmarks/e2e_predict_action.json
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"bs1": {
|
| 3 |
+
"ar_ms": 36.38,
|
| 4 |
+
"blockwise_ms": 30.1,
|
| 5 |
+
"speedup": 1.209
|
| 6 |
+
},
|
| 7 |
+
"bs8": {
|
| 8 |
+
"ar_ms": 37.05,
|
| 9 |
+
"blockwise_ms": 34.83,
|
| 10 |
+
"speedup": 1.064
|
| 11 |
+
}
|
| 12 |
+
}
|