- 28 Nov, 2018 3 commits
-
-
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.
-
- 27 Nov, 2018 5 commits
-
-
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
-
- 21 Nov, 2018 17 commits
-
-
Robert Kimball authored
* remove version tagging from shared libraries * add flag to enable/disable library versioning
-
Jayaram Bobba authored
-
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
-
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
-
Fenglei authored
-
Robert Kimball authored
* build seems to work * cleanup * add backsuport for using pre-built clDNN library * fix typo
-
Nick Korovaiko authored
* any_of matching * include a new file any_of.hpp
-
Jayaram Bobba authored
-
Jayaram Bobba authored
* hacky version of reshape+convertlayout reordering * Cleaned up reshape+convertlayout and added unit test * fix pass-through check * style fix * fix ParameterVector * reduce random input range
-
Amy Zhuang authored
* Add more checks in horizontal fusion. * Address PR feedback: use a helper function.
-
Robert Kimball authored
* more sdl changes * more fixes * update SDL * cleanup * cleanup * rename var * redo how in_transition is handled * add -O2 flag back
-
Pruthvi authored
* - check if the nodes is reachable before returning the users of a node * address PR comments * test case fixes
-
- 20 Nov, 2018 6 commits
-
-
Chris Sullivan authored
* remove forward op * fix bbrks * fix pybind c-tor for max_pool_bprop * Add new c-tor to MaxPoolBackprop that takes MaxPool as an explicit argument. Add serializer support. * Add nvgpu support for new backward pooling c-tor, and calculate fprop when it isn't available. * Add extra layout for 3 arg maxpool backprop. * Formatting. * cpu_workspace_insertion to expect 3-arg maxpool bprop * GPU: add bprop_needs_pooling flag to primitive hash * Update INTELGPU arguments_check for MaxPoolBackprop and GPU invocation for avg pool.
-
Nick Korovaiko authored
* swim a special case of broadcast * general case broadcast swimming for reshape sinking * fix in_order=false case * fix reshape redef warning * add broadcast swimming test * cleanup test case * fix warnings * fix test case
-
Robert Kimball authored
-
Louis Feng authored
* unit test for sigmoid layout. * fixed layout bug and added unit test. * same fix for cpu emitter. * removed unused vars.
-
Jayaram Bobba authored
* Support dynamic scales for quantization * Avoid static object inside functors * Added missing capture and removed mkldnn_submit * fix merge error
-
Amy Zhuang authored
-
- 19 Nov, 2018 1 commit
-
-
Robert Kimball authored
* fix klocwork issues * more klocwork issues addressed
-
- 18 Nov, 2018 1 commit
-
-
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
-
- 16 Nov, 2018 3 commits
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
Adam Rogowiec authored
-
tsocha authored
* [ONNX] Enable transposed convolution * Review fix pt. 1 * Review fix pt. 2 * Remove unused new_shape
-
- 15 Nov, 2018 3 commits
-
-
Chris Sullivan authored
* Add test revealing issue in current cudnn pooling operation. To fix we need op::MaxPoolBackprop to take the fprop output as an input argument. * Formatting. * Add comments and test description. Increase tensor size well past most cache sizes. * exclude intelgpu
-
Adam Straw authored
* adding i32 as quantized type * code format * mask gpu unit tests * unused variable * intel gpu unit test manifest * fix typo in unit test manifest
-
Artur Wojcik authored
Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-
- 14 Nov, 2018 1 commit
-
-
Artur Wojcik authored
Signed-off-by:
Artur Wojcik <artur.wojcik@intel.com>
-