• W
    Refine operator cmake (#14413) · a2d9b344
    Wu Yi 提交于
    * wip simplify operator framework
    
    * wip
    
    * wip
    
    * done test=develop
    
    * clean test=develop
    
    * fix test=develop
    
    * fix deps test=develop
    
    * fix cpu build test=develop
    
    * fix tensorrt build test=develop
    
    * fix tests test=develop
    
    * fix test=develop
    
    * fix cpu build test=develop
    未验证
    a2d9b344
CMakeLists.txt 329 字节
nv_library(tensorrt_engine SRCS engine.cc DEPS ${GLOB_OPERATOR_DEPS} framework_proto device_context)
nv_test(test_tensorrt SRCS test_tensorrt.cc DEPS dynload_cuda device_context dynamic_loader)
nv_test(test_tensorrt_engine SRCS test_engine.cc DEPS dynload_cuda tensorrt_engine)
add_subdirectory(plugin)
add_subdirectory(convert)
反馈
建议
客服 返回
顶部