• L
    feat(lite): support base lite ipc fork debug · 37d81eae
    liuyuqiao 提交于
    when config it: `all` lite c api will run at fork child server process
    use to keep off user process env, as c++ memory issue, we can ASAN to
    detect issue, but at user deploy env, there are so many factors may lead
    to not easy to rebuild with ASAN, so we support LITE c debug api to
    distinguish memory issue from LITE runtime or user caller process env.
    
    more info: use LITE_enable_lite_ipc_debug api to enable fork debug mode
    
    this stage support `base` LITE c api, please refs to:
    lite/example/c_example/main.c
    
    will support all LITE c api later.
    37d81eae
tensor.cpp 11.7 KB