| 17 | |
| 18 | #if MEGDNN_WITH_BENCHMARK |
| 19 | bool check_need_full_bench() { |
| 20 | if (getenv("MEGDNN_CHANWISE_CONV3D_FULLBENCH")) |
| 21 | return true; |
| 22 | printf("set MEGDNN_CHANWISE_CONV3D_FULLBENCH to run full benchmark\n"); |
| 23 | return false; |
| 24 | } |
| 25 | #endif |
| 26 | Convolution3D::Param gconv_param(Convolution3D::Param p) { |
| 27 | p.sparse = Convolution3D::Param::Sparse::GROUP; |