- 10 Aug, 2018 13 commits
-
-
Artur Wojcik authored
* onnx: add 'constant' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: getting attribute value by name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix clang compilation warnings Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: exception Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add 'split' operator Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add public interface Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: add initial unit test for importer Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: initial implementetion of operator' set Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * [WIP] Unit test for split operation. * Fix Split Op bounds calculation + UT * clang format * Split Op with variable parts unit test. * Remove unused headers * Add missing ngraph install prefix for cmake in travis Dockerfile. * Remove -Wno-zero-as-null-pointer-constant * Code review * Apply clang-format-3.9 * Add missing onnx_import interface files to CMakeList * Copyright notice format
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Jayaram Bobba authored
* Dex non-mkldnn version of clipped relu * Change to static_cast
-
Robert Kimball authored
* separate backend updates for shared and static libs into separate PR * add search for shared libs to statically linked libs * update per review comments * update per review comments
-
rsketine authored
* Update Dockerfile Added -j 4 to speed up build times * Update Dockerfile j -4 comes across the same error as j -8 so moving this to j -2 * Update Dockerfile * Update Dockerfile * experimenting with less number of tasks * Update Dockerfile * Added cmake changes to use the INTERPRETER instead of cpu. * Update .travis.yml
-
Chris Sullivan authored
* Add cudnn host data param case for CUDNN_DATA_INT8x32 * Default case. * break * def guards * removed def guard for ci test. * put def guards back * Remove default to make clang happy. * Remove clang default switch warning on cudnnDataType_t enum. * Formatting. * Added Wswitch-enum supression. * Back to switch, remove pragma clang suppression. * disable one more switch compiler check * Remove default break after throw.
-
Jayaram Bobba authored
* Fix allocation size in batchnorm kernel * added missing brackets
-
shssf authored
-
Jayaram Bobba authored
-
Jaikrishnan Menon authored
-
Robert Kimball authored
-
Chris Sullivan authored
* Support GPUKernelArgs in Elementwise-collective and Nd-Convolution. * Update op::ReplaceSlice to use GPUKernelArgs and unroll coordinate transform loop. * Formatting. * Moved function signature for global kernels back to emitter body. * Formatting.
-
- 09 Aug, 2018 6 commits
-
-
Robert Kimball authored
-
Jaikrishnan Menon authored
-
Pruthvi authored
* added DEX support for BatchNormRelu * - templatized build_batchnorm_emitter
-
shssf authored
-
Scott Cyphers authored
-
dmyershov authored
* IntelGPU backend: Concat operation implementation * Several remarks were fixed * Remaining remarks were fixed; List of tests for INTELGPU was updated * PR1363: Minor Fixes
-
- 08 Aug, 2018 19 commits
-
-
Robert Kimball authored
-
Jaikrishnan Menon authored
* Make pool alignment a constexpr * Fix ODR-use
-
Jaikrishnan Menon authored
* Add an option to exclude the first iteration * Switch to warmup iterations * Cleanup
-
Pruthvi authored
-
Jaikrishnan Menon authored
-
Pruthvi authored
* - Added DEX support for BoundedRelu - Refactored bounded_relu in cpu_emitter to use mkldnn_emitter helper methods * remove unwanted templatization for bounded_relu mkldnn_emitter
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-
Pruthvi authored
* - Added DEX execution support for Lstm - Added DEX execution support for Rnn * style fix * - used mkldnn_utils helper function for building DEX Lstm memory desc * - used mkldnn_utils helper function for building DEX Rnn memory desc * addressed PR comments * - Refactored rnn & lstm cpu_emitter code to use the mkldnn_emitter helper methods
-
L.S. Cook authored
* Re-align docs with code example for mnist * Also fix dist_mnist and add context highlight
-
Jaikrishnan Menon authored
-
shssf authored
* IntelGPU backend: Tests updated. Code refactored. No algorithms changed. * PR1362. debug code removed
-
Chris Sullivan authored
* GPUShape(int32_t) -> NVShape(uint32_2), NVDiff(int32_t) * Update code merged from master. * Add nvshape.hpp and nvdiff.hpp.
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* CPU Direct Execution: Implement ReplaceSlice * Remove scalar variant
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
* CPU Direct Execution: Implement Reduce * Workarounds for ancient CI compilers * Fix return types * Review comments
-
Nick Korovaiko authored
* batchdot with debug statements * clean up * address feedback
-
Jaikrishnan Menon authored
-
- 07 Aug, 2018 2 commits
-
-
Jaikrishnan Menon authored
-
Jaikrishnan Menon authored
-