1. 11 Oct, 2019 3 commits
    • baojun's avatar
      Make softmax axes dynamic (#3601) · 47a727a6
      baojun authored
      * make axes dynamic
      
      * add ut
      
      * update softmax deserializer
      
      * check axes to be constant
      
      * remove duplicates
      47a727a6
    • Mateusz Bencer's avatar
      [SPEC] Implement ReduceSum:v1 and ReduceProd:v1 downgrade pass (#3676) · 5a6cf4d0
      Mateusz Bencer authored
      * Implemented downgrade pass
      
      * Using Pad:v1 in onnx_importer
      
      * Downgrade transformation doc fixed
      
      * Added downgrade pass for reduce_prod
      
      * Using ReduceProd:v1 in onnx_importer
      
      * Added ReduceProd:1 downgrade support
      
      * Clang styles applied
      
      * Downgrade pass added for all backends
      
      * Added downgrade pass for reduce_prod
      
      * Using ReduceProd:v1 in onnx_importer
      
      * Added ReduceProd:1 downgrade support
      
      * Clang styles applied
      
      * Apply suggestions from code review
      
      Changed pad_opset_pass to opset_downgrade
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * Fix names
      
      * Apply suggestions from code review
      
      Removed redundant include, renamed tests
      Co-Authored-By: 's avatarTomasz Socha <tomasz.socha@intel.com>
      
      * Changed order of passes
      
      * Changed way of op casting
      
      * Changed order of passes
      
      * Changed downgrade pass order of CPU backend
      
      * Changed downgrade pass order of CPU backend
      
      * styles applied
      
      * [SPEC] Fixed NormalizeL2 (#3695)
      
      * Fixed NormalizeL2
      
      * style applied
      
      * Fixed axes rank checking
      
      * removed redundant comma
      
      * Set keep_dims by function argument
      
      * Improved error message
      
      * Fixed casting method
      
      * fix styles
      
      * styles applied
      
      * Fixed normalize tests
      
      * unit tests names refactor
      Co-Authored-By: 's avatarMichał Karzyński <postrational@users.noreply.github.com>
      
      * Disable not supported PlaidML tests
      
      * Added missing EOF
      5a6cf4d0
    • aslepko's avatar
      Merge pull request #3753 from NervanaSystems/nmostafa/update_mlir · 6291f0aa
      aslepko authored
      Bump MLIR version
      6291f0aa
  2. 10 Oct, 2019 11 commits
  3. 09 Oct, 2019 5 commits
  4. 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
  5. 07 Oct, 2019 5 commits
  6. 05 Oct, 2019 2 commits
  7. 04 Oct, 2019 4 commits
  8. 03 Oct, 2019 4 commits
  9. 02 Oct, 2019 2 commits