- 29 Nov, 2018 2 commits
-
-
Adam Procter authored
-
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.
-
- 28 Nov, 2018 14 commits
-
-
Adam Procter authored
-
Sang Ik Lee authored
* Add license files and cleanup compiler/linker options. * Update comment on c++ standard option flag
-
Adam Procter authored
-
L.S. Cook authored
* copy license files to install directory (#2132) * Update to core docs * Fix rendering of graphic
-
Christian Convey authored
-
Adam Procter authored
-
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
-
Robert Kimball authored
-
Robert Kimball authored
-
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!)
-
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
-
Adam Rogowiec authored
- All "<>" and all \"\" are in two separate groups.
-
Adam Rogowiec authored
-
Michał Karzyński authored
-
- 27 Nov, 2018 6 commits
-
-
L.S. Cook authored
-
Robert Kimball authored
-
Sang Ik Lee authored
Use @loader_path for the calling library/executable Use @rpath for dependent libraries.
-
Nick Korovaiko authored
-
Nick Korovaiko authored
-
Jayaram Bobba authored
* disable squeeze layout optimizations for padded layouts * knob squeeze padded layouts
-
- 25 Nov, 2018 4 commits
-
-
harryskim authored
-
harryskim authored
-
Michał Karzyński authored
-
L.S. Cook authored
-
- 21 Nov, 2018 14 commits
-
-
Robert Kimball authored
* remove version tagging from shared libraries * add flag to enable/disable library versioning
-
Jayaram Bobba authored
-
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
-
Jayaram Bobba authored
* Adding leaky relu * Silence compiler warning around fp compares * Fix copy-paste error and enable in-place for relu mkldnn kernels
-
Robert Kimball authored
-
Robert Kimball authored
-
Robert Kimball authored
* disable in-tree build * check to prevent in-tree builds
-
Michał Karzyński authored
-
Ayan Moitra authored
* add cuda reduce for product and max and added tests * a quick fix for empty reduce axis and 0 axis * adding min cuda reduce * add for min * fix bug and format * add another min test * adding sum to the mix and adding tests to intelGPU manifest * Incorporate Chris's first comment + clang * Some mods to the last commit * Addressed Bob's comments + added more tests int8 * Added more int8 tests + added tests to IntelGPU manifest * CI test failure debug attempt * clang * edit * Adding the CPU failing test to manifest * pulled changes from master to address travis ci build failure
-
Adam Rogowiec authored
-
Adam Procter authored
* Re-enable INTERPRETER tests which already seem to work * Update INTERPRETER to be aware of TopK's unusual output element type arrangement; re-enable INTERPRETER.topk_int64
-
Robert Kimball authored
-
Michał Karzyński authored
* [Py] Add make python_wheel target * Add make install step * Use tagged pybind11 version 2.2.4
-
Fenglei authored
-