• 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
Name
Last commit
Last update
.ci Loading commit data...
cmake Loading commit data...
contrib/docker Loading commit data...
doc Loading commit data...
licenses Loading commit data...
maint Loading commit data...
python Loading commit data...
src Loading commit data...
test Loading commit data...
.clang-format Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
.travis.yml Loading commit data...
ABOUT.md Loading commit data...
CMakeLists.txt Loading commit data...
CODEOWNERS Loading commit data...
CONTRIB.md Loading commit data...
FAQs.md Loading commit data...
INSTALL.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
VERSION.in Loading commit data...
changes.md Loading commit data...
ecosystem-overview.md Loading commit data...