1. 04 Dec, 2018 11 commits
  2. 03 Dec, 2018 4 commits
  3. 01 Dec, 2018 11 commits
  4. 30 Nov, 2018 4 commits
  5. 29 Nov, 2018 1 commit
    • Sang Ik Lee's avatar
      Add license files for: (#2139) · db3aa558
      Sang Ik Lee authored
      * Add license files for:
      eigen: eigen-license.txt
      googletest: googletest-license.txt
      json: json-license.txt
      llvm: llvm-license.txt
      mkl-dnn: mkl-dnn-license.txt
      mklml: mklml-license.txt
      numpy: numpy-license.txt
      tbb: tbb-license.txt
      
      * Add tensorflow license.
      db3aa558
  6. 28 Nov, 2018 9 commits
    • Sang Ik Lee's avatar
      Add license files and cleanup compiler/linker options. (#2138) · 2579549e
      Sang Ik Lee authored
      * Add license files and cleanup compiler/linker options.
      
      * Update comment on c++ standard option flag
      2579549e
    • L.S. Cook's avatar
      Fix title (#2137) · ca4437bb
      L.S. Cook authored
      * copy license files to install directory (#2132)
      
      * Update to core docs
      
      * Fix rendering of graphic
      ca4437bb
    • Christian Convey's avatar
    • Scott Cyphers's avatar
      Cyphers/bnorm back (#2129) · 403a09ce
      Scott Cyphers authored
      * Fix batchnorm argument order, cleanup some comments, fix backprop
      
      * Merge error
      
      * Clean up training function, organize inference test
      
      * BatchNormInference tests
      
      * Training case
      
      * Training test
      
      * Fix autodiff BatchNorm test
      
      * Cleanup
      
      * Move file to doc checkout
      
      * Update disabled test name in igpu manifest
      Fix unnused variable
      
      * Unit tests disables
      
      * Review comments
      403a09ce
    • Robert Kimball's avatar
      ef7e3f3b
    • Adam Procter's avatar
      Re-enable CPU.batchnorm_bprop_n4c3h2w2 (#2131) · 429986ba
      Adam Procter authored
      This re-enables `CPU.batchnorm_bprop_n4c3h2w2` was disabled. This test seems to have a checkered past:
      
      * Back when it was called `cpu_fusion.bn_bprop_n4c3h2w2` we were observing some random crashes on macOS; this was before we officially supported macOS, so we didn't worry about it.
      * More recently, the test was disabled in #2058 because it "just started failing" (no further details available).
      
      I have tried to reproduce the failure with repeated gtest runs as follows, with no success:
      
      * macOS Mojave with DEX
      * Ubuntu 16.04 with gcc-5.4.0 and DEX
      * Ubuntu 16.04 with gcc-5.4.0 and codegen (pre-built LLVM)
      * Ubuntu 16.04 with clang-3.9 and DEX
      * Ubuntu 16.04 with clang-3.9 and codegen (non-pre-built LLVM)
      
      I think the best thing to do is to re-enable it, and fix it if the failure crops up again. (Who knows, maybe CI will trip over it!)
      429986ba
    • yimeisun123's avatar
      Fix uninitialized parameter tensor data in nbench (#2114) · 9d0dcde7
      yimeisun123 authored
      * Fix uninitialized parameter tensor data in nbench
      
      * Remove const modifier in the loop to fix compilation error
      
      * Add condition check before writing tensor data
      
      * Remove the condition check when initializing pramater tensor data
      9d0dcde7
    • Adam Rogowiec's avatar
      Fix included headers grouping. (#2111) · 26669ae8
      Adam Rogowiec authored
      - All "<>" and all \"\" are in two separate groups.
      26669ae8
    • Adam Rogowiec's avatar
      b92ebb6b