mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-17 14:11:14 +08:00
[Backend] add paddle custom ops compatible policy (#2070)
* Add centerpoint * fix postprocess op file name * [Backend] add paddle custom ops compatible policy * [Backend] add paddle custom ops compatible policy * [Backend] add paddle custom ops compatible policy * upgrade linx paddle gpu -> 2.5 * add custom op compatible policy for paddle 2.5 * add custom op compatible policy for paddle 2.5 * add custom op compatible policy for paddle 2.5 * add collect_trt_shape_by_device option for paddle backend * add collect_trt_shape_by_device option for paddle backend * add custom op option for python build * fix python build bugs * update paddle linux x86 cpu only lib * update paddle linux gpu lib * update patchelf cmake * fix paddle backend option pybind * update paddle_inference.cmake * add cuda sm_80 support (A100) --------- Co-authored-by: zengshao0622 <peter_z96@163.com> Co-authored-by: qiuyanjun <qiuyanjun@baidu.com>
This commit is contained in:
@@ -23,5 +23,6 @@ void BindPerception(pybind11::module& m) {
|
||||
auto perception_module =
|
||||
m.def_submodule("perception", "3D object perception models.");
|
||||
BindSmoke(perception_module);
|
||||
BindPetr(perception_module);
|
||||
}
|
||||
} // namespace fastdeploy
|
||||
|
Reference in New Issue
Block a user