提交 68f2e597 编写于 作者: M Megvii Engine Team

fix(mgb(ci)): fix tx1 ci testcase

GitOrigin-RevId: 7ac0c4b68d9ab6f451c1d43d192d0bc0aba997e0
上级 420672be
......@@ -664,10 +664,10 @@ TEST_F(CUDA, WARP_PERSPECTIVE_BACKWARD_MAT_BFLOAT16) {
param.imode = param::WarpPerspective::InterpolationMode::LINEAR;
param.bmode = bmode;
checker.set_param(param);
checker.execs({{1000, 3, 11, 12},
{1000, 3, 3},
{1000, 3, 10, 11},
{1000, 3, 3}});
checker.execs({{10, 3, 11, 12},
{10, 3, 3},
{10, 3, 10, 11},
{10, 3, 3}});
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册