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

Function check_need_full_bench

dnn/test/rocm/chanwise_convolution.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#if MEGDNN_WITH_BENCHMARK
20bool check_need_full_bench() {
21 if (getenv("MEGDNN_CHANWISE_CONV_FULLBENCH"))
22 return true;
23 printf("set MEGDNN_CHANWISE_CONV_FULLBENCH to run full benchmark\n");
24 return false;
25}
26#endif
27
28Convolution::Param gconv_param(Convolution::Param p) {

Callers 1

TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected