@@ -31,6 +31,7 @@ Data types options supported:
3131| Syntax | Primitives | Description
3232| :-- | :-- | :--
3333| %cfg% | Conv, IP, Matmul, Pool, RNN | Config which describes data types and filling rules
34+ | %bia_dt% | BRGEMM, Conv, Deconv, IP, Matmul | Bias data type (precision)
3435| %dt% | Data md based, Resampling, Zeropad | Source and Destination Data type (precision)
3536| %ddt% | Binary, Concat, Reduction, Reorder, Sum | Destination data types (precision)
3637| %sdt% | Binary, Concat, Prelu, Reduction, Reorder, Sum | Source data types (precision)
@@ -137,9 +138,9 @@ CSV-style:
137138 --batch=inputs/ip/test_ip_all
138139```
139140```
140- Template entries: perf,%engine%,%impl%,%name%,%dir%,%sdt%,%stag%,%wtag%,%dtag%,%attr%,%desc%,%Gops%,%+ctime%,%-time%,%-Gflops%,%0time%,%0Gflops%
141- perf,engine,impl,name,dir,sdt,stag,wtag,dtag,attr,desc,Gops,max_ctime,min_time,min_Gflops,avg_time,avg_Gflops
142- perf,cpu,brg_matmul:avx512_core,"resnet:ip1",FWD_B,f32:f32:f32,any,any,any,,ic2048oc1000n"resnet:ip1",0.008192,0.9375,0.0234375,349.525,0.027302,300.051
141+ Template entries: perf,%engine%,%impl%,%name%,%dir%,%sdt%,%bia_dt%,% stag%,%wtag%,%dtag%,%attr%,%desc%,%Gops%,%+ctime%,%-time%,%-Gflops%,%0time%,%0Gflops%
142+ perf,engine,impl,name,dir,sdt,bia_dt, stag,wtag,dtag,attr,desc,Gops,max_ctime,min_time,min_Gflops,avg_time,avg_Gflops
143+ perf,cpu,brg_matmul:avx512_core,"resnet:ip1",FWD_B,f32:f32:f32,f32, any,any,any,,ic2048oc1000n"resnet:ip1",0.008192,0.9375,0.0234375,349.525,0.027302,300.051
143144...
144145```
145146
0 commit comments