| 21 | |
| 22 | #if MEGDNN_WITH_BENCHMARK |
| 23 | bool check_need_full_bench() { |
| 24 | if (getenv("MEGDNN_CHANWISE_CONV_FULLBENCH")) |
| 25 | return true; |
| 26 | printf("set MEGDNN_CHANWISE_CONV_FULLBENCH to run full benchmark\n"); |
| 27 | return false; |
| 28 | } |
| 29 | #endif |
| 30 | |
| 31 | Convolution::Param gconv_param(Convolution::Param p, bool io16xc32 = false) { |