1. 14 Dec, 2018 1 commit
  2. 13 Dec, 2018 1 commit
  3. 11 Dec, 2018 1 commit
    • Robert Kimball's avatar
      Windows build support (#2177) · 9234cc69
      Robert Kimball authored
      * files pulled from bob/winbuild
      
      * fix compile problems
      
      * fix a few windows build errors
      
      * add windows file to exclude from git
      
      * add comment why change was made
      
      * revert obsolete change
      
      * more cleanup
      
      * building interpreter and unit test on windows with DLLs
      
      * Add flag for windows to export all symbols. Short term fix.
      
      * enable MD build
      
      * address warnings
      
      * dump all windows build results to a single directory
      
      * fix windows backend dll open issue
      
      * remove debug
      
      * fix file iterator for windows
      
      * fix merge error
      
      * fix test failure
      
      * change header from h to hpp in hopes of making python happy
      
      * address more linux build issues
      
      * fix visibility enable
      9234cc69
  4. 07 Dec, 2018 1 commit
  5. 05 Dec, 2018 1 commit
  6. 04 Dec, 2018 2 commits
  7. 01 Dec, 2018 1 commit
  8. 28 Nov, 2018 1 commit
  9. 27 Nov, 2018 1 commit
  10. 21 Nov, 2018 3 commits
    • gaurides's avatar
      Update MKLDNN v0.16 -> v0.17 (#1970) · dbc39fa4
      gaurides authored
      * Update MKLDNN v0.16 -> v0.17
      
      * Updated SHA1 for mac and win
      
      * Updated from 0.17-rc -> 0.17
      
      * Patch to treat OMP as warning instead of error
      
      * Fixed compile error for clang
      
      * Commbined 2 patches into 1 file; renamed file to .patch
      
      * Corrected file permissions
      dbc39fa4
    • Robert Kimball's avatar
      Build clDNN when building IntelGPU (#2074) · 4a08feb1
      Robert Kimball authored
      * build seems to work
      
      * cleanup
      
      * add backsuport for using pre-built clDNN library
      
      * fix typo
      4a08feb1
    • Robert Kimball's avatar
      Update SDL (#2073) · 9da2c78c
      Robert Kimball authored
      * more sdl changes
      
      * more fixes
      
      * update SDL
      
      * cleanup
      
      * cleanup
      
      * rename var
      
      * redo how in_transition is handled
      
      * add -O2 flag back
      9da2c78c
  11. 15 Nov, 2018 1 commit
  12. 09 Nov, 2018 1 commit
  13. 07 Nov, 2018 3 commits
    • Robert Kimball's avatar
      NOP backend (#1979) · 4918449c
      Robert Kimball authored
      * add nop backend
      
      * nop backend
      
      * fix flag name
      
      * add new switch to cmake output of switch settings
      
      * add new unit test to igpu manifest
      
      * remove redundant test
      Unverified
      4918449c
    • Robert Kimball's avatar
      address issues which surface with clang 6.0 (#1980) · 79802dcf
      Robert Kimball authored
      * address issues which surface with clang 6.0
      
      * revert changes due to new clang warning and disable new warning
      79802dcf
    • Jayaram Bobba's avatar
      Jbobba/halide (#1971) · ba73e2b8
      Jayaram Bobba authored
      * Add missing halide dependency
      
      * Bug fix in halide op creation
      
      * Localize halide/llvm to cpu backend
      
      * Added comments
      
      * Pass NGRAPH_HALIDE to tests
      
      * Resolve merge conflicts
      ba73e2b8
  14. 02 Nov, 2018 1 commit
  15. 29 Oct, 2018 1 commit
  16. 27 Oct, 2018 1 commit
  17. 25 Oct, 2018 1 commit
  18. 23 Oct, 2018 2 commits
  19. 15 Oct, 2018 1 commit
  20. 12 Oct, 2018 1 commit
  21. 24 Sep, 2018 1 commit
  22. 21 Sep, 2018 1 commit
  23. 15 Sep, 2018 2 commits
  24. 31 Aug, 2018 1 commit
  25. 28 Aug, 2018 1 commit
  26. 27 Aug, 2018 2 commits
  27. 24 Aug, 2018 1 commit
  28. 23 Aug, 2018 1 commit
  29. 22 Aug, 2018 1 commit
  30. 21 Aug, 2018 1 commit
    • Pruthvi's avatar
      update MKLDNN version from v0.14 -> v0.16 (#1370) · 0050950d
      Pruthvi authored
      * - update MKLDNN version from v0.14 -> v0.15
      
      * - added support to query tensor size from mkldnn desc for MKLDNN Op's
      - moved tensor size calculation to tensor_view_layout
      - populate mkldnn layout desc witk MKLDNN queried size in the cpu_layout pass
      
      * style fix
      
      * - Fixed failing test cases
      
      (cherry picked from commit d68d3738673c2081f458f9aa458c16361cc47657)
      
      * style fix
      
      * renamed tensor->logical_size() member function to tensor->size()
      
      * Addressed PR comments
      
      * - update mkldnn from v0.15 to v0.16
      - update mkl SHA1 hash for lnx, max, win
      
      * style fix
      
      * Addressed Scott's PR comments
      
      * merge branch master with pruthvi/mkldnn_v0.15
      0050950d
  31. 16 Aug, 2018 1 commit
  32. 10 Aug, 2018 1 commit
    • Chris Sullivan's avatar
      Add cudnn host data param case for CUDNN_DATA_INT8x32 (#1384) · 22eefaaf
      Chris Sullivan authored
      * Add cudnn host data param case for CUDNN_DATA_INT8x32
      
      * Default case.
      
      * break
      
      * def guards
      
      * removed def guard for ci test.
      
      * put def guards back
      
      * Remove default to make clang happy.
      
      * Remove clang default switch warning on cudnnDataType_t enum.
      
      * Formatting.
      
      * Added Wswitch-enum supression.
      
      * Back to switch, remove pragma clang suppression.
      
      * disable one more switch compiler check
      
      * Remove default break after throw.
      22eefaaf