- 28 Aug, 2018 7 commits
-
-
Robert Kimball authored
-
Artur Wojcik authored
* onnx: upgrade to version 1.3 pre-release Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix to specific commit from master branch Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * fix style
-
tsocha authored
* [ONNX] Softmax operator * Review fix pt. 1 * Review fix pt. 2 * Add softmax test * Update onnx_import.cpp
-
Artur Wojcik authored
* cmake: use GNUInstallDirs to autodetect installation directories (Linux) Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * define LINUX variable to detect Linux Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Robert Kimball authored
-
Michał Karzyński authored
-
Michał Karzyński authored
* Add Travis testing on CentOS * Disable building CPU Backend * Remove Python dependencies from CentOS for now
-
- 27 Aug, 2018 4 commits
-
-
Robert Kimball authored
* normalize comments * address review comments
-
tsocha authored
* [ONNX] MatMul operator * Add NL on EOF * Review fix pt. 1
-
Artur Wojcik authored
-
Artur Wojcik authored
* onnxifi: add 'onnx' as external project Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: public interface function stubs Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: fix the typo in function name Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix compilation Ubuntu 16.04 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: update to dummy backend Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnxifi: style cleanup Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 25 Aug, 2018 1 commit
-
-
Jayaram Bobba authored
* Bug fixes to account for padded layouts and correct handling for reshape that transposes and changes shape * Use nullptr instead of dummy buffer in memory primitive creation
-
- 24 Aug, 2018 10 commits
-
-
Fenglei authored
* add cuda reduce * clang format * fix bugs * fix bug * add 1d reduce * clang format * fix bugs * unroll loop * remove debug info * revert tests * unroll 1D reduce op * add comments * using cudnn for nd to scalar reduction * remove cuda 1d reduction since cudnn version is faster * remove 1D kernel * fix variable name * resolve Chris's comments * non_reduce_in_strides to non_reduce_strides
-
Michał Karzyński authored
-
Artur Wojcik authored
* add detection of Linux distribution Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: disable ONNX unit-tests if CentOS detected (temporar solution) Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: correct DISTRIB_ID name for CentOS Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
tsocha authored
* Enable Mul OP * Reshape, broadcasting utils and Gemm op * Style check * Review fix pt. 1 * Review fix pt. 2 * Reuse documentation
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
* Move batch_norm implementation to a .cpp file * Move split implementation to a .cpp file
-
- 23 Aug, 2018 12 commits
-
-
Nick Korovaiko authored
-
Nick Korovaiko authored
* revert MKLDNN ver to 0.14 * reinstate dep
-
Nick Korovaiko authored
-
Robert Kimball authored
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Michał Karzyński authored
-
Michał Karzyński authored
* [ONNX] Refactor exceptions * [ONNX] Attribute helper functions * [ONNX] Convolution operation
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Michał Karzyński authored
-
Pruthvi authored
-
Nick Korovaiko authored
-
- 22 Aug, 2018 6 commits
-
-
Sevin F. Varoglu authored
* DEX AllReduce op * fix conversion error * fix clang build error
-
L.S. Cook authored
that doc build and all extensions work on 4k debian variants
-
Artur Wojcik authored
* onnx: fix build for CentOS 7.4 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix build for CentOS 7.4 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: compile fix for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: unit-test compilation fixes for CentOS 7 Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix 'add abc initializer' unit test Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: fix code style Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Nick Korovaiko authored
* argmax * manifests and serailizer
-
Nick Korovaiko authored
* get_default_order * add a newline * address scotts feedback * add numeric header
-
shssf authored
* IntelGPU backend: Broadcast operation optimization * PR1450 style check fixed
-