未验证 提交 8498ea4f 编写于 作者: F feng_shuai 提交者: GitHub

fix: there are some bugs with trt 8.0 (#48921)

* fix: there are some bugs with trt 8.0

* fix:windows CI trt is too old
上级 d666c7df
......@@ -1899,8 +1899,9 @@ struct SimpleOpTypeSetTeller : public Teller {
return false;
}
} else {
#if !IS_TRT_VERSION_GE(8100)
VLOG(3) << "The version of TRT must be greater than 8100";
#if (IS_TRT_VERSION_GE(8000) && IS_TRT_VERSION_LT(8100)) || \
(IS_TRT_VERSION_LT(7200))
VLOG(3) << "There are some bugs with trt 8.0";
return false;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册