hackhackhack66666 commited on
Commit
3a5b7cf
·
verified ·
1 Parent(s): d1076d2

Add Blockwise-OAT baseline artifacts (benchmarks/e2e_predict_action.json)

Browse files
Files changed (1) hide show
  1. benchmarks/e2e_predict_action.json +12 -0
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
+ }