1,Cannot find config for target=llvm, workload=(‘conv2d’, (1, 3, 225, 225, ‘float32’), (32, 3, 3, 3, ‘float32’), (2, 2), (0, 0), (1, 1), ‘NCHW’, ‘float32’). A fallback configuration is used, which may bring great performance regression.
I thought it was a warning, but a warning message appeared below. It is not clear if this is related to the optimization required
WARNING:autotvm:Cannot find config for target=llvm, workload=(‘depthwise_conv2d_nchw’, (1, 1024, 9, 9, ‘float32’), (1024, 1, 3, 3, ‘float32’), (1, 1), (0, 0), (1, 1), ‘float32’). A fallback configuration is used, which may bring great performance regression.
2,tvm._ffi.base.TVMError: [12:16:31] /home/ding/tvm/src/runtime/graph/graph_runtime.h:327: Check failed: bitmask == 1|2|4|8|16 (3 vs. 31) invalid format
I guess is that this error caused the code to fail
so I need some help,Thanks