1. 29 Jan, 2020 3 commits
  2. 28 Jan, 2020 4 commits
  3. 27 Jan, 2020 4 commits
  4. 24 Jan, 2020 3 commits
  5. 23 Jan, 2020 7 commits
  6. 22 Jan, 2020 2 commits
  7. 21 Jan, 2020 2 commits
  8. 17 Jan, 2020 4 commits
    • Sang Ik Lee's avatar
      Update copyright year. (#4201) · 1e13ad94
      Sang Ik Lee authored
      1e13ad94
    • Sang Ik Lee's avatar
      Ninja build (#4101) · 6e415019
      Sang Ik Lee authored
      * Add new option to do a clean Ninja build.
      
      * Enable Interpreter and unit-test.
      
      * Enable json.
      
      * Enable NOP backend.
      
      * Enable tools.
      
      * Enable CPU DEX ONLY on Linux.
      
      * Quick hack to enable dex only on Mac.
      
      * Enable onnx import.
      
      * Cleanup gtest.
      
      * Cleanup tbb_prebuilt.
      
      * Fix typo.
      
      * Move gtest include point.
      
      * Fix gtest windows path.
      
      * Remove temporary option.
      
      * Keep GCPU upto date with INTERPRETER.
      
      * Add missing file.
      
      * Enable GCPU.
      
      * Enable CPU codegen.
      
      * Remove tabs.
      
      * Revert "Merge branch 'silee2/gcpu' into silee2/ninja"
      
      This reverts commit e513cd3fe3659a477af6e8fab6c1852a5b1493c3, reversing
      changes made to 31dca3301cd89e15af23acd0d50aa06a1c5d6001.
      
      * Enable PlaidML.
      Co-authored-by: 's avataraslepko <44713115+aslepko@users.noreply.github.com>
      6e415019
    • Leona C's avatar
      Robust debugging docs (#4060) · 8a5a4c89
      Leona C authored
      * Robust debugging docs
      
      * Add section on nbench and address comments from review
      
      * Collaborate with Gauri to revise profiling section
      
      * Revise and PR feedback
      
      * Move note
      
      * Fix wording
      
      * Order sections more logically and fix a comma
      
      * Phrasing fix on nbench_tf summary
      
      * More prominent notice of experimental debug flags
      
      * Better description for diagnostic tools
      
      * Remove miscellaneous framework support
      
      * clean up section
      
      * Remove deprecated links
      
      * Update sitemap to not use a page title
      
      * Useful descriptions
      
      * PR feedback
      
      * Not a flag
      
      * Prebuilt MLIR compile flag available
      
      * Remove duplicate flag
      
      * update pass manager example
      
      * Meta documentation note in release notes
      
      * Ensure docs build with lastest upstream ops
      
      * Transpose op doc fixes
      
      * Better intra-doc links
      
      * Commas in csv format are important
      
      * Final review with Gauri
      
      * Remove dupes, CPU-specific envvars
      
      * changes re: Comments from Gauri
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      Co-authored-by: 's avatarSang Ik Lee <sang.ik.lee@intel.com>
      8a5a4c89
    • Nagy Mostafa's avatar
      [MLIR] Enable lowering of GroupConv in MLIR CPU backend (#4102) · 8e46ff86
      Nagy Mostafa authored
      * WIP
      
      * WIP
      
      * Refactored existing convolution
      
      * Add Channel and num of filters bounds parameters to helper
      
      * Works on unit-tests. v1 op gets converted and breaks
      
      * Fixed group conv with groups in filters shape. Tests pass
      
      * style
      
      * add LIT tests
      
      * Switch outer loop to affine loop
      
      * re-org code
      
      * PR fixes
      
      * Revert ops.td
      
      * PR fixes
      8e46ff86
  9. 16 Jan, 2020 6 commits
  10. 14 Jan, 2020 5 commits
    • Geoffrey Wenger's avatar
    • Geoffrey Wenger's avatar
      Fixed bug in from_float_vector (#4180) · 3665d85f
      Geoffrey Wenger authored
      3665d85f
    • Robert Kimball's avatar
      Revert "Remove conditional compile (#4106)" (#4178) · c748bda4
      Robert Kimball authored
      This reverts commit 1e58565a.
      c748bda4
    • Tomasz Socha's avatar
      [ONNX] Remove unnecesary Mean in opset 8 (#4053) · cd21bddc
      Tomasz Socha authored
      * [ONNX] Remove unnecesary Mean in opset 8
      
      * Use opset1 instead of v1
      
      * Fix merge artifact
      
      * Use opset1 Divide instead of opset0
      Co-authored-by: 's avatarRobert Kimball <robert.kimball@intel.com>
      cd21bddc
    • Tomasz Dołbniak's avatar
      [ONNX] Extended support for provenance tags (#4154) · 9bfbd3c6
      Tomasz Dołbniak authored
      * Checking if provenance_tags key exists
      
      * Add provenance tag prototype
      
      * Format provenance tag
      
      * Display provenance tag
      
      * Clean debug printing
      
      * Add const to variables
      
      * Separate method for add provenance tags
      
      * Return NodeVector reference
      
      * Return const NodeVector
      
      * Moved add_provenance_tags function to commons
      
      * Style apply
      
      * Simple model for tests
      
      * Provenance tag test
      
      * Expect substring instead of  equal
      
      * Add provenance tags to intermediate nodes recursively
      
      * One tag per node
      
      * Add traverse node args instead of recursion
      
      * Return NodeVector instead of set of pointers
      
      * Use treverse_nodes and lambda function
      
      * Remove unused helper functions
      
      * Remove is_constant() condition
      
      * Update test model prototxt
      
      * Update test substring
      
      * Use node name and output names to build provenance tags in onnx importer
      
      * Unit tests for onnx_importer provenance tags
      
      * Missing <numeric> include
      
      * Add provenance tags to constants buit from ONNX initializers
      
      * Add provenance tags to Constants and Parameters created out of ONNX inputs and initializers
      
      * More strict assertions in onnx provenance tests
      
      * Unit test for onnx importer Parameter nodes tagging
      
      * Helper function for the onnx provenance tests
      
      * Some docs
      
      * Obsolete comment removal
      
      * Separate file for onnx provenance tags unit tests
      
      * Code formatting
      
      * Move the inputs tagging to the Graph class
      
      * Tagging moved to the Graph class entirely
      
      * Missing include and extra helper variable
      
      * Unit tests helper documentation
      
      * Change the UT helper to lowercase
      Co-authored-by: 's avatarKatarzyna Mitrus <katarzyna.mitrus@intel.com>
      9bfbd3c6