1. 11 Jan, 2021 3 commits
  2. 10 Jan, 2021 3 commits
  3. 08 Jan, 2021 1 commit
  4. 07 Jan, 2021 2 commits
  5. 31 Dec, 2020 2 commits
    • Vladislav Vinogradov's avatar
      Use find_package instead of include(Find*) in CMake scripts (#3767) · 00d37aaa
      Vladislav Vinogradov authored
      Otherwise CMake produces the following warning:
      
      ```
      CMake Warning (dev) at /usr/local/share/cmake-3.19/Modules/FindPackageHandleStandardArgs.cmake:426 (message):
        The package name passed to `find_package_handle_standard_args` (Wget) does
        not match the name of the calling package (IEDevScripts).  This can lead to
        problems in calling code that expects `find_package` result variables
        (e.g., `_FOUND`) to follow a certain pattern.
      Call Stack (most recent call first):
        /usr/local/share/cmake-3.19/Modules/FindWget.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
        cmake/developer_package/download/download_and_check.cmake:5 (include)
        cmake/developer_package/download/download_and_extract.cmake:6 (include)
        cmake/developer_package/download/download.cmake:25 (include)
        cmake/developer_package/download/dependency_solver.cmake:5 (include)
        cmake/developer_package/IEDevScriptsConfig.cmake:208 (include)
        CMakeLists.txt:12 (find_package)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      ```
      00d37aaa
    • Vitaliy Urusovskij's avatar
  6. 30 Dec, 2020 3 commits
  7. 29 Dec, 2020 3 commits
  8. 28 Dec, 2020 7 commits
  9. 27 Dec, 2020 2 commits
  10. 25 Dec, 2020 9 commits
  11. 24 Dec, 2020 5 commits
    • Anastasiya Ageeva's avatar
      Avladimi/cherry pick raspbian gsg (#3654) · cc019e0a
      Anastasiya Ageeva authored
      * Added Get Started Guide for Raspbian
      
      * Updated the TOC xml file
      
      * Minor fixes
      
      * Implemented review comments
      
      * Fixed broken link
      cc019e0a
    • Sergey Lyubimtsev's avatar
      CMake based build for pyngraph module (#3080) · 2e6ea1e2
      Sergey Lyubimtsev authored
      
      * [MO] Add CMake install for Model Optimizer
      
      * [MO] Update test for version.py
      
      * [MO] Add CMake install for Model Optimizer
      
      * [MO] Update test for version.py
      
      * [MO] Add CMake install for Model Optimizer
      
      * [MO] Update test for version.py
      
      * [nGraph] Python API should be compiled and installed via CMake (41857)
      
      * Refactored wheel setup script to build module using CMake
      
      * Update build instructions
      
      * Added USE_SOURCE_PERMISSIONS to cmake install
      
      * Adjust CMake compiler flags conditions
      
      * fix CPack issue for CI build pipeline
      
      * case insensitive option check
      
      * build only python API if ngraph_DIR provided
      
      * fix lib extension for macOS
      
      * -fixed style (flake8)
      
       -added paralllel build option & description
      
      * fix flake8 B006 check
      
      * add ngraph_DIR & remove unsed env. variables.
      
      * Reworked build & test instructions to make it more straightforward
      
      * remove unused CMake arguments for setup.py
      
      * make source dir condition more general
      
      * Update BUILDING.md
      
      * Update BUILDING.md
      
      * Update BUILDING.md
      
      * beautified instructions wording
      
      * fix wheel build issue after sourcing setupvars
      
      * Extend user options to build, install and develop commands
      Co-authored-by: default avatarAndrey Zaytsev <andrey.zaytsev@intel.com>
      2e6ea1e2
    • Maksim Kutakov's avatar
      [CPU BF16] Fix for fusing depthwise operation into BF16 convolutions (#3671) · 4a624919
      Maksim Kutakov authored
      * Fix for fusing depthwise operations into bf16 convolutions.
      
      * ScaleShift layer was returned to _complementbf16 list.
      4a624919
    • Andrew Bakalin's avatar
      [IE][VPU]: Fix loading previous NMS versions (#3696) · 29d82b7a
      Andrew Bakalin authored
      * Description: currently IRs with NMS version < 5 don't work because conversion of previous NMS versions to NMS-5 happens after DTS (in opset1 to legacy conversion), while for Myriad Plugin it's necessary to do so at the very beginning of ngraph conversion pipeline.
      29d82b7a
    • Ilya Churaev's avatar
      Removed global factory for nodes (#3701) · ad3405ef
      Ilya Churaev authored
      ad3405ef