Browse Source

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

GitOrigin-RevId: 7ac0c4b68d
tags/v1.3.1
Megvii Engine Team 4 years ago
parent
commit
68f2e59763
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      dnn/test/cuda/warp_perspective.cpp

+ 4
- 4
dnn/test/cuda/warp_perspective.cpp View File

@@ -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}});
}
}
}


Loading…
Cancel
Save