- 22 Sep, 2018 1 commit
-
-
Jaikrishnan Menon authored
-
- 21 Sep, 2018 4 commits
-
-
Adam Procter authored
Move register_common_passes outside of #ifndef DEX_ONLY
-
Adam Procter authored
-
Adam Procter authored
Cherry-pick "Common pass registration for codegen and Dex (#1642)" to r0.8
-
Jayaram Bobba authored
* Common pass registration for codegen and Dex * Make return indices optional for cpu workspace insertion
-
- 19 Sep, 2018 8 commits
-
-
Jayaram Bobba authored
-
L.S. Cook authored
* fix Sphinx version for Jenkins and update nG versioning * Try stable verison of Sphinx 1.7 instead * postpone adding dropout op to make CI building happy
-
Robert Kimball authored
* sort op list * use op_tbl * throw unsupported_op exception when appropriate * remove dead code * Add more use of NGRAPH_OP macro to remove boilerplate definitions/implementations * revert moving class out of namespace * change from switch to dispatcher map
-
tsocha authored
* [ONNX] Squeeze op * Review fix pt. 1 * Type change
-
tsocha authored
* [ONNX] Transpose op * Review fix pt. 1 * Review fix pt. 2
-
tsocha authored
* [ONNX] Slice op * Review fix pt. 1 * Review fix pt. 2
-
Artur Wojcik authored
[ONNX CI] nGraph-ONNX CI Hotfix
-
mchrusci authored
-
- 18 Sep, 2018 8 commits
-
-
Nick Korovaiko authored
-
Sevin F. Varoglu authored
* refactor distributed code * add test file changes * add distributed class * update test file
-
Robert Kimball authored
-
Robert Kimball authored
-
Chruscinski, Michal authored
-
Chris Sullivan authored
bug fix for nvgpu goe
-
Chris Sullivan authored
-
Fenglei authored
* pass args instead of pointer to array * add 3d tiled reshpae * working version * add shared mem version of 2d, 3d reshape * remove unused code * style * resolve commits * add test for 3D reshape, some 3D reshape will be treat as 2D
-
- 17 Sep, 2018 5 commits
-
-
Nishant Patel authored
* Add support for Quantize op via mkldnn for IA backend (codegen + DEX) * PR feedback addressed * Use call_with_validate
-
Robert Kimball authored
-
shssf authored
-
Artur Wojcik authored
[ONNX] Unary ops
-
Tomasz Socha authored
-
- 15 Sep, 2018 5 commits
-
-
Robert Kimball authored
* add very basic test for Coordinate * add correct license header
-
Robert Kimball authored
* remove contains_key() * fix logic error
-
Robert Kimball authored
* wip * wip * serializer update to use op_tbl * fix deserialize * remove Remainder
-
Jayaram Bobba authored
* Move to MKLDNN v0.16. Git hash picks up some bug fixes post v0.16 * Temporary workaround for an MKLDNN bug
-
Fenglei authored
* reset workspace manager after use * use unique_ptr for pass memory manager
-
- 14 Sep, 2018 7 commits
-
-
Chris Sullivan authored
* Add Reshape passthrough when reshape is logical only. * Move address conditional to RT in case reference is different but both pointer values are the same. * Add exclusion to common function collection pass so that tensor name check is applied during emission for ops that pass inputs through. * Add propagate_in_place_input/output to handle propagating inputs and outputs through the non-destructive ops in the graph. * Remove references to direct execution. * Remove checks for in-place transpose. * Formatting.
-
Robert Kimball authored
* elementwise updated * add support for constructing any order arg list * add comment for using node_names * use array instead of vector for args/output * fix per review comment * remove dead code
-
Nick Korovaiko authored
-
Nick Korovaiko authored
-
Scott Cyphers authored
* Remove "view" Simplify layout * Fix merge error * fix build error * PR1602. IntelGPU backend. Compilation fixed.
-
mchrusci authored
* [AIBT-446] Run nGraph-ONNX tests on nGraph PRs * Cloning nGraph from NervanaSystems * Updated CI path to "ngraph/.ci/onnx/jenkins" * Updated permissions * Fixed path in find command * Changes to notification message * Editing CMakeCache.txt instead of removing * Removing old ngraph wheels; cloning pybind11 if necessary * Fixed path in removing ngraph wheel
-
tsocha authored
* [ONNX] Non-linear operators * Review fix pt. 1 * Review fix pt. 2 * Non-linear tests * style check * Exception fix * Test fix
-
- 13 Sep, 2018 2 commits
-
-
Scott Cyphers authored
-
Robert Kimball authored
* add unsupported_op exception * unsupported_op test * add printout of unsupported op in model * fix GPU dispatcher check * fix test designation * catch exceptions on single file runs too * add unsupported_op exception where needed * remove unsupported_op class * add unassigned op exception * add unit test * catch unsupported op in nbench * add cpu test back * update all latest merges * mode change
-