• Tomasz Socha's avatar
    [ONNX] Enable cross-compiling and ninja build for onnx_importer (#4450) · a8e79079
    Tomasz Socha authored
    * [ONNX] Enable cross-compiling and ninja build for onnx_importer
    
    - Change minimum cmake version to 3.11
    - Enable cross-compilation of protobuf
    - Rewrite ONNX external project into FetchContent
    - Fix some issues with ninja build on windows
    
    * Remove -Werror from ONNX CMAKE_CXX_FLAGS
    
    * Unit-test: Link gcpu_backend if NGRAPH_GENERIC_CPU_ENABLE is ON
    
    * Remove overwriting of main CMAKE_CXX_FLAGS from the onnx cmake file
    
    * Fix onnx usage of CMAKE_CXX_FLAGS
    
    * Ignore warning for onnx on windows, restore Windows CXX replacement
    
    * Resolve some problems on OV ci
    
    * Fix missing quotes
    
    * Ignore range-loop-construct warning in onnx
    
    * Just stop be pedantic for onnx
    
    * Remove -Werror as well
    
    * Remove unnecesary code
    
    * style
    
    * Add NGRAPH_API macro to builder::opset1::reorder_axes for OV transformations
    
    * Move NGRAPH_API to header
    Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
    Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
    Co-authored-by: 's avatarScott Cyphers <scott.cyphers@intel.com>
    Co-authored-by: 's avatarScott Cyphers <diyessi@users.noreply.github.com>
    a8e79079
Name
Last commit
Last update
..
contrib/mlir Loading commit data...
ngraph Loading commit data...
resource Loading commit data...
tools Loading commit data...
CMakeLists.txt Loading commit data...