mmdeploy/csrc/core
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
..
mpl Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00
utils [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
CMakeLists.txt [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
archive.h
device.h [Fix] Optimize preprocess & fix pontential use-after-free (#229) 2022-03-28 17:29:22 +08:00
device_impl.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
device_impl.h
graph.cpp [Feature] New pipeline & executor for SDK (#497) 2022-06-01 14:10:43 +08:00
graph.h [Feature] New pipeline & executor for SDK (#497) 2022-06-01 14:10:43 +08:00
logger.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
logger.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
macro.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
mat.cpp
mat.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
model.cpp [Feature] New pipeline & executor for SDK (#497) 2022-06-01 14:10:43 +08:00
model.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
model_impl.h
module.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
module.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
net.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
net.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
operator.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
operator.h [Feature] New pipeline & executor for SDK (#497) 2022-06-01 14:10:43 +08:00
registry.cpp Support Windows (#106) 2022-02-24 20:08:44 +08:00
registry.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
serialization.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
status_code.cpp
status_code.h Support Windows (#106) 2022-02-24 20:08:44 +08:00
tensor.cpp [Fix] Fix recent build problems (#544) 2022-06-06 11:19:34 +08:00
tensor.h [Feature] Support DBNet, PANet and PSENet for SDK, with GPU aided post-processing (#526) 2022-05-31 21:24:09 +08:00
types.h
value.h Dev v0.4.0 (#301) 2022-04-01 18:14:23 +08:00