1. 11 Feb, 2019 2 commits
  2. 09 Feb, 2019 2 commits
  3. 08 Feb, 2019 6 commits
    • Nishant Patel's avatar
      Fix for Qconv sum inplace (#2349) · 5713b34d
      Nishant Patel authored
      * Fix in place
      
      * Style
      
      * Adding non in-place support for all fused convadds
      
      * fixed quantized test case on GPU build
      5713b34d
    • Leona C's avatar
      New structure for ToC and doc content (#2393) · ce7e168a
      Leona C authored
      * Add new Introduction section based on IEEE presentation and illustrations
      
      * WIP changes to doc navigation
      
      * Update illustrations
      
      * Cleaner ToC
      
      * Minor fixes to the theme and removing useless bower files
      
      * Better captions
      
      * Revise intro
      
      * Latest
      
      * Make framework support section be its own section
      
      * More updates to backend support section and add a new cpp api
      
      * add changes to section
      
      * Update intro with better detail
      
      * Rework intro with better detail on motivation
      
      * Editing
      
      * Update README with new contrib guide filename
      
      * Add the illustration referred to RE MobileNet group convolution fusion
      
      * Fix off-by-a-line emph on code description
      
      * Fix off-by-a-line emph on code description
      ce7e168a
    • Robert Kimball's avatar
      Simplify the access of placement in Function (#2405) · f227b591
      Robert Kimball authored
      * prep work
      
      * wip
      
      * remove debug
      
      * style
      
      * update unit test
      f227b591
    • Tomasz Dołbniak's avatar
      [ONNX] Add hyperbolic functions support (#2402) · 6beb6732
      Tomasz Dołbniak authored
      * [ONNX] Add support for ONNX sinh op
      
      * [ONNX] Test the sinh op and improve an error msg about not supported op version
      
      * [ONNX] Fix the failing tests by moving sinh to opset 1
      
      * [ONNX] Apply clang-format to fix failing CI builds
      
      * [ONNX] Add and test ONNX cosh op
      
      * [ONNX] Add and test ONNX cosh op
      6beb6732
    • Sergey Shalnov's avatar
      IntelGPU backend: Min and Max operations fix (#2357) · e327fe57
      Sergey Shalnov authored
      * IntelGPU backend: Min and Max operations fix
      
      * IntelGPU backend: PR2357 style changed if/else to switch/case
      
      * IntelGPU backend: PR2357 passed tests adjusted
      
      * IntelGPU backend: PR2357 failed test removed
      e327fe57
    • Sergey Shalnov's avatar
      c19e48a6
  4. 07 Feb, 2019 1 commit
  5. 06 Feb, 2019 1 commit
  6. 05 Feb, 2019 2 commits
  7. 04 Feb, 2019 2 commits
    • Robert Kimball's avatar
      Windows support. (#2394) · 45a0fb47
      Robert Kimball authored
      * fix windows build
      
      * wip
      
      * mkldnn seems to build
      
      * address various errors building cpu backend with MSVC
      
      * wip
      
      * wip
      
      * Windows support.
      
          * Delete dependency of LLVM when building with MSVC.
      
      * Define EIGEN_HAS_CONSTEXPR when using MSVS.
      
      * Fix MSVC build errors.
      
          * Incorrect argument to 'decltype'. It is VC bug. Work around the
          error with rename the function into different name.
      
          * MINMAX issue in matmul_bias.cpp.
      
          * Correct TBB_LINK_LIBS on Windows.
      
      * Fix MSVC link errors.
      
          1. redefine problems in cpu_builder.obj and convert_layout.obj. It
          is because cpu_builder.hpp contains an implicit implement of
          function runtime::cpu::Builder::build for cpu::op::ConvertLayout.
          The fix is deleting the registration item in cpu_builder.cpp and
          using REGISTER_CPU_OP_BUILDER in convert_layout.cpp.
      
          2. Fix the dependent libraries path on Windows. It should be *.lib
          not *.dll when linking these libraries.
      
      * Set visibility for CPU backend to fix the MSVC linker error.
      
          MSVC complain that the .def file exceed the size limitatoin
          when using CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. All the functions
          with CPU_BACKEND_API are used by unit test or nbench.
      
      * Fix unit test build errors on Windows.
      
          * backend_unary_elementwise.in.cpp: Use all_close_f to test case
          BACKEDND sqrt
      
          * cpu_fustion.cpp: Fix 'NUM_STEPS' cannot be implicitly
          captured because no default capture mode has been specified
      
          * cpu_test.cpp: Use portable setenv and unsetenv from misc.hpp.
      
          * tools.cpp: Use portable fpopen from misc.hpp.
      
          * misc.hpp/misc.cpp: Add new files to host misc functions that Linux and
          Windows using different implementation.
      
      * Make Debug mode work with MSVC.
      
      * style
      
      * fix line ending
      45a0fb47
    • Robert Kimball's avatar
      The General Purpose graph splitting is no longer used (#2391) · 1efd0bfd
      Robert Kimball authored
      * remove general splitting code. New code in hybrid transformer.
      
      * more cleanup
      1efd0bfd
  8. 02 Feb, 2019 2 commits
  9. 01 Feb, 2019 3 commits
  10. 31 Jan, 2019 2 commits
  11. 29 Jan, 2019 4 commits
  12. 28 Jan, 2019 2 commits
  13. 26 Jan, 2019 1 commit
  14. 25 Jan, 2019 4 commits
  15. 24 Jan, 2019 1 commit
    • Robert Kimball's avatar
      Hybrid backend update (#2306) · 4d272f1f
      Robert Kimball authored
      * update hybrid unit test
      
      * remove unused files
      
      * add graphviz to test
      
      * add ability to add attributes to graphviz nodes
      
      * tweak colors
      
      * more interesting graph
      
      * update test model
      
      * add memory management passes
      
      * add Dump
      
      * wip
      
      * remove in-place code from memory layout
      4d272f1f
  16. 23 Jan, 2019 5 commits