Genghan commited on
Commit
c49c8ce
·
verified ·
1 Parent(s): 5d0cd55

Add save_fields.json

Browse files
Files changed (1) hide show
  1. save_fields.json +18 -0
save_fields.json ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ "hbm_read_bytes",
3
+ "hbm_write_bytes",
4
+ "psum_read_bytes",
5
+ "psum_write_bytes",
6
+ "sbuf_read_bytes",
7
+ "sbuf_write_bytes",
8
+ "spill_reload_bytes",
9
+ "spill_save_bytes",
10
+ "hardware_flops",
11
+ "transpose_flops",
12
+ "peak_flops_bandwidth_ratio",
13
+ "mm_arithmetic_intensity",
14
+ "hfu_estimated_percent",
15
+ "scalar_engine_active_time_percent",
16
+ "vector_engine_active_time_percent",
17
+ "gpsimd_engine_active_time_percent"
18
+ ]