1. 21 Feb, 2020 2 commits
  2. 19 Feb, 2020 1 commit
  3. 07 Feb, 2020 1 commit
  4. 03 Feb, 2020 1 commit
  5. 31 Jan, 2020 1 commit
  6. 30 Jan, 2020 1 commit
  7. 23 Jan, 2020 2 commits
  8. 21 Jan, 2020 2 commits
  9. 17 Jan, 2020 1 commit
    • 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
  10. 16 Jan, 2020 3 commits
  11. 07 Jan, 2020 1 commit
  12. 01 Jan, 2020 1 commit
  13. 23 Dec, 2019 1 commit
  14. 19 Dec, 2019 2 commits
  15. 17 Dec, 2019 1 commit
  16. 16 Dec, 2019 2 commits
  17. 11 Dec, 2019 1 commit
  18. 06 Dec, 2019 1 commit
  19. 02 Dec, 2019 1 commit
  20. 27 Nov, 2019 1 commit
    • Ilya Lavrenov's avatar
      Partially fixed visibility for symbols (Ops, Nodes, Transformations, Matchers) (#3767) · 8fb151f4
      Ilya Lavrenov authored
      * Partially fixed visibility for symbols:
      
      * Resolved issues with RTTI and AppleClang
      
      * style
      
      * review fixes
      
      * fixed compilation with msvc 2019
      
      * Export extra API which is used in other public classes
      
      * CMAKE: MSVS -> MSVC
      
      * Fixed template export
      
      * Fixed compilation flags
      
      * Fixed default args
      
      * removed self-inclusion
      
      * export
      
      * shape
      
      * export strides
      
      * Export all symbols needed for OpenVINO
      
      * Export
      
      * disable cpu
      
      * AxisSet
      
      * disable warning
      
      * fix
      
      * removed second declaration
      
      * fixed runtime exports
      
      * Reverted some changes
      
      * Fixed LNK2005 error on Windows
      
      * Fixed code style check
      
      * Fixed EnumAttributeAdapterBase
      
      * Remove export of template classes
      
      * Fixed code style for EnumAttributeAdapterBase
      
      * Fixed for protobuf
      8fb151f4
  21. 21 Nov, 2019 1 commit
  22. 18 Nov, 2019 1 commit
  23. 16 Nov, 2019 1 commit
  24. 04 Nov, 2019 2 commits
  25. 25 Oct, 2019 1 commit
  26. 09 Oct, 2019 2 commits
  27. 08 Oct, 2019 1 commit
    • 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
  28. 04 Oct, 2019 1 commit
  29. 24 Sep, 2019 1 commit
  30. 19 Sep, 2019 1 commit
  31. 13 Sep, 2019 1 commit