mmdeploy/csrc/backend_ops/ncnn/onnx2ncnn
lzhangzz 567ec62296
[Fix] Fix recent build problems (#544)
* simplify deps management

* skip visibility flags for MSVC

* simplify cuda deps

* naming

* workaround for cmake<3.17

* add spdlog dependency

* move the enablement of CUDA to top level CMakeLists.txt

* fix MSVC build

* fix lint

* fix build for backend ops only

* remove comment

* allow to use apis/python as a standalone project

* remove redundant cmake code

* control shared or static lib using `MMDEPLOY_SHARED_LIBS` instead of `BUILD_SHARED_LIBS`

* fix MSVC build

* update docs
2022-06-06 11:19:34 +08:00
..
CMakeLists.txt [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
fuse_pass.cpp improvement(ViT): use Crop to subtitude Gather (#477) 2022-06-02 19:39:15 +08:00
fuse_pass.h improvement(ViT): use Crop to subtitude Gather (#477) 2022-06-02 19:39:15 +08:00
onnx.proto Merge sdk (#251) 2021-12-07 10:57:55 +08:00
onnx2ncnn.cpp improvement(ViT): use Crop to subtitude Gather (#477) 2022-06-02 19:39:15 +08:00
shape_inference.cpp improvement(ViT): use Crop to subtitude Gather (#477) 2022-06-02 19:39:15 +08:00
shape_inference.h improvement(ViT): use Crop to subtitude Gather (#477) 2022-06-02 19:39:15 +08:00
utils.h refactor(onnx2ncnn): add test case and simplify code (#436) 2022-05-16 10:36:25 +08:00