1. 28 Nov, 2018 3 commits
    • 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
  2. 27 Nov, 2018 5 commits
  3. 21 Nov, 2018 17 commits
  4. 20 Nov, 2018 6 commits
  5. 19 Nov, 2018 1 commit
  6. 18 Nov, 2018 1 commit
    • Jayaram Bobba's avatar
      Support to selectively enable/disable passes through env variable (#2049) · 880594ba
      Jayaram Bobba authored
      * Support to selectively enable/disable passes through env variable
      
      * Address compiler warning about zero arg macros
      
      * Move pass selection options to PassConfig object
      
      * remove unnecessary header include
      
      * use default copy constructor
      
      * Address PR feedback
      
      * switch to map to keep xcode clang happy. doesn't seem to have a hashing function for string
      880594ba
  7. 16 Nov, 2018 3 commits
  8. 15 Nov, 2018 3 commits
  9. 14 Nov, 2018 1 commit