MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / check_need_full_bench

Function check_need_full_bench

dnn/test/cuda/chanwise_convolution3d.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#if MEGDNN_WITH_BENCHMARK
19bool 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
26Convolution3D::Param gconv_param(Convolution3D::Param p) {
27 p.sparse = Convolution3D::Param::Sparse::GROUP;

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected