未验证 提交 d6d2dafa 编写于 作者: P Peihan 提交者: GitHub

fix ernie-int8 compile error on windows (#35972)

上级 8d0922ed
...@@ -123,7 +123,7 @@ TEST(tensorrt_tester_ernie_xnli, oss_varlen_truth_data_int8) { ...@@ -123,7 +123,7 @@ TEST(tensorrt_tester_ernie_xnli, oss_varlen_truth_data_int8) {
std::string line; std::string line;
int lineno = 0; int lineno = 0;
int max_seq_len = 128; const int max_seq_len = 128;
const int run_batch = 1; const int run_batch = 1;
int correct_num = 0; int correct_num = 0;
while (std::getline(fin, line)) { while (std::getline(fin, line)) {
...@@ -178,7 +178,7 @@ TEST(tensorrt_tester_ernie_xnli, oss_varlen_truth_data_int8) { ...@@ -178,7 +178,7 @@ TEST(tensorrt_tester_ernie_xnli, oss_varlen_truth_data_int8) {
} }
} }
ASSERT_GT(correct_num, ASSERT_GT(correct_num,
4741); // total input 5010, int8 res should greater than 4741 3855); // total input 5010, int8 res should greater than 3855
LOG(INFO) << "=== finish oss test ==="; LOG(INFO) << "=== finish oss test ===";
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册