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

Function check_need_full_bench

dnn/test/cuda/chanwise_convolution.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22#if MEGDNN_WITH_BENCHMARK
23bool 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
31Convolution::Param gconv_param(Convolution::Param p, bool io16xc32 = false) {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected