未验证 提交 1022b777 编写于 作者: F feng_shuai 提交者: GitHub

fix:fix the bug of TRT_8.0.3.4 (#48135)

* fix:fix the bug of trt_8.0.3.4

* fix: fix the bug of trt_8.0

* fix: notes
上级 0cdca676
......@@ -1760,8 +1760,8 @@ struct SimpleOpTypeSetTeller : public Teller {
return false;
}
} else {
#if !IS_TRT_VERSION_GE(8000)
VLOG(3) << "The version of TRT must be greater than 8000";
#if !IS_TRT_VERSION_GE(8100)
VLOG(3) << "The version of TRT must be greater than 8100";
return false;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册