提交 1f75c7ad 编写于 作者: M Megvii Engine Team

ci(midout): fix midout and reopen midout test

we just test function, do not check size

GitOrigin-RevId: dce5387e836621399ef5c36af7c8f6709ada844a
上级 49547295
......@@ -509,7 +509,7 @@ ConvolutionBackwardDataImpl::AlgoNaive::dispatch_kern(
param.filter_type.enumv() == DTypeTrait<dt_src>::enumv && \
param.grad_type.enumv() == DTypeTrait<dt_dst>::enumv) { \
MIDOUT_BEGIN(megdnn_fallback_deconv, \
midout_iv(DTypeTrait<_dt>::enumv)) { \
midout_iv(DTypeTrait<dt_src>::enumv)) { \
return kern_naive<DTypeTrait<dt_src>::ctype, \
DTypeTrait<dt_src>::ctype, \
DTypeTrait<dt_dst>::ctype>; \
......
......@@ -9,13 +9,14 @@
* "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or
* implied.
*/
#include "src/naive/dct/opr_impl.h"
#include <cmath>
#include "megdnn/basic_types.h"
#include "megdnn/dtype.h"
#include "midout.h"
#include "src/naive/dct/opr_impl.h"
#include "src/naive/handle.h"
#include "src/naive/matrix_mul/matrix_mul_helper.h"
#include "midout.h"
MIDOUT_DECL(megdnn_naive_dct_fwd)
namespace megdnn {
namespace naive {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册