1. 29 Jan, 2020 6 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 2 commits