1. 10 Oct, 2019 3 commits
    • Leona C's avatar
      Fix version module and add latest release notes; update some doc indexes and menus (#3714) · 18d20b7b
      Leona C authored
      * Release notes 0.26.0-rc.3 and revise bridges overview
      
      * Fix version module and add latest release notes; update some doc menus
      
      * Let release notes be discoverable
      
      * Documentation master index
      
      * Documentation index pg
      
      * Update ops for version
      
      * Update illustration
      
      * Remove old illustration
      
      * Add note for 0-rc.4
      
      * Add section on NGRAPH_PROFILE_PASS to backend API
      
      * rc-0.5
      
      * Final preview 0.26 release notes
      
      * Note changes on Sum validation
      
      * Fix link syntax that breaks on Sphinx 3.0
      
      * Revert file that triggers unnecessary review
      
      * Typo fix
      
      * PR feedback
      
      * Consistency on section title capitalizations
      
      * Update link
      
      * Section title consistency
      18d20b7b
    • Scott Cyphers's avatar
      b7a87656
    • Mateusz Bencer's avatar
      [SPEC] Implement Reverse:v1 downgrade pass (#3707) · 34f04d37
      Mateusz Bencer authored
      * Implemented downgrade pass
      
      * Using Pad:v1 in onnx_importer
      
      * Downgrade transformation doc fixed
      
      * Downgrade pass added for all backends
      
      * Apply suggestions from code review
      
      Changed pad_opset_pass to opset_downgrade
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * Changed order of passes
      
      * Changed downgrade pass order of CPU backend
      
      * Added reverse:v1 downgrade
      
      * Code review remakrs introduced
      
      * Fixed problem with foward declaration
      34f04d37
  2. 09 Oct, 2019 3 commits
  3. 08 Oct, 2019 4 commits
    • Ashok Emani's avatar
      add get_preferred_pipeline_depth to executable (#3687) · 9d45682c
      Ashok Emani authored
      * add get_default_pipeline_depth to executable
      
      * use get_preferred_pipeline_depth
      9d45682c
    • Gleb Kazantaev's avatar
      Fixed v1::AvgPool (#3739) · 93beb770
      Gleb Kazantaev authored
      93beb770
    • Robert Kimball's avatar
      36f5ab7a
    • Scott Cyphers's avatar
      Cyphers/lastwarns (#3640) (#3673) · b7d8c78b
      Scott Cyphers authored
      * Cyphers/lastwarns (#3640)
      
      * Build changes for -Wall
      
      * Use properties
      
      * Remove no-zero-as-null-pointer-constant
      
      * add ##__VAR_ARGS__ workaround
      
      * enable gnu-zero-variadic-macro-arguments warning
      
      * fix gnu-zero-variadic-macro-arguments
      
      * use PrintToDummyParamName
      
      * remove ##__VA_ARGS__ workaround
      
      * fix ##__VA_ARGS__ and enable gnu-zero-variadic-macro-arguments
      
      * handle windows build
      
      * use alternative fix to support VS compiler
      
      * fix merge issue
      
      * remove variadic macros from kernel_selectors
      
      * replace remaining ##__VA_ARGS__
      
      * fix missing braces
      
      * Remove some clang warnings
      
      * Warnings cleanup
      b7d8c78b
  4. 07 Oct, 2019 5 commits
  5. 05 Oct, 2019 2 commits
  6. 04 Oct, 2019 4 commits
  7. 03 Oct, 2019 4 commits
  8. 02 Oct, 2019 3 commits
  9. 01 Oct, 2019 8 commits
  10. 30 Sep, 2019 4 commits
    • Scott Cyphers's avatar
    • Diego Caballero's avatar
      [MLIR] Improve gather op lowering (#3667) · 3aa4db1d
      Diego Caballero authored
      * [MLIR] Add support for parsing nGraph tensor type
      
      Initial commit that enables nGraph parsing. It's needed for testing.
      
      * [MLIR] Enable nGraph dialect in ngraph-opt
      
      This PR registers nGraph dialect in ngraph-opt and prepares
      nGraph lowering pass for LIT testing, fixing all the related issues.
      Among other things, lowering pass has to be turned into a function pass,
      dead argument in constructor was removed and `convert-ngraph-to-affine`
      flag was added.
      
      * Fix issue with function name and multiple functions
      
      * Extend module_function.mlir lit test
      
      * [MLIR] Add support for parsing nGraph element types
      
      It introduces initial support for parsing nGraph signed/unsigned
      integer and floating point data types.
      
      * [MLIR] Improve gather op lowering
      
      This PR interchanges indices and param loops in gather lowering so
      that a better memory access patter is generated. Fusion of gather
      with other ops is also observed with this change.
      3aa4db1d
    • Mateusz Bencer's avatar
      [Spec] Implement Reshape:v1 (#3633) · 8ccddb19
      Mateusz Bencer authored
      8ccddb19
    • Tomasz Socha's avatar
      [SPEC] Add v1:Convolution operator (#3636) · 1ce31a49
      Tomasz Socha authored
      1ce31a49