buddy-compiler / buddy-benchmark

Benchmark Framework for Buddy Projects
Apache License 2.0
45 stars 36 forks source link

modify the benchmark structure #4

Closed Joejiong closed 2 years ago

Joejiong commented 2 years ago

Change folder structure of DL benchmark as following:

OPs/ (benchmark for each individual operation)
    --- benchmark_sizes/
         --- mobilenet_sizes.txt
         --- alnextnet_sizes.txt
         --- lenet_sizes.txt
    --- conv2d_nhwc_filter_hwcf.mlir
    --- depthwise_nhw.mlir
    --- ......

ConvLayers/ (benchmark for fused operation layers)
    --- conv_relu_batchnorm.mlir
    --- conv_pool_batchnorm.mlir
    ---......

E2Es/ (benchmark for different DL models)
    --- moblienet.mlir
    --- lenet.mlir
    --- alexnet.mlir