- 09 Jan, 2020 7 commits
-
-
Scott Cyphers authored
* Move some ops into v0 * namespace * Make comments pretty * Make comments pretty * Merge fix Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Katarzyna Mitrus authored
* Checking if provenance_tags key exists * Add provenance tag prototype * Format provenance tag * Display provenance tag * Clean debug printing * Add const to variables * Separate method for add provenance tags * Return NodeVector reference * Return const NodeVector * Moved add_provenance_tags function to commons * Style apply * Simple model for tests * Provenance tag test * Expect substring instead of equal * Add provenance tags to intermediate nodes recursively * One tag per node * Add traverse node args instead of recursion * Return NodeVector instead of set of pointers * Use treverse_nodes and lambda function * Remove unused helper functions * Remove is_constant() condition * Update test model prototxt * Update test substring * Make code slightly more readable Co-authored-by: Tomasz Dołbniak <tomasz.dolbniak@intel.com> Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Ewa Tusień authored
Co-authored-by: Michał Karzyński <postrational@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Mateusz Bencer authored
* Use normalize in onnx importer * Introduced changes after code review Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Nagy Mostafa authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
Robert Kimball authored
* Call generic CPU kernels for Broadcast and Reshape * Move generic kernels to opt_kernel * Use strides in broadcast Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Amy Zhuang authored
-
- 08 Jan, 2020 6 commits
-
-
Nagy Mostafa authored
* separate mlir core to a lib * rename in one more file * change core lib linking to PUBLIC
-
Robert Kimball authored
* New GCPU layout * Passing tests * Test passing * Move GCPU to the gcpu directory since names must match * Revert "Move GCPU to the gcpu directory since names must match" This reverts commit a51f50699d0d1ab602a71226687cf053a9ade27d. * Cleanup * Disable some onnx tests * Fix manifest * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Sang Ik Lee authored
* Add option NGRAPH_EXPORT_TARGETS_ENABLE Default value is TRUE This option controls exporting and installing ngraph cmake config files. Static library build only works with NGRAPH_EXPORT_TARGETS_ENABLE=OFF for now. * Turn off option for static nGraph lib. * Register backends * Add missing header files. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* Remove ScalarConstantLikeBase * Remove code no longer needed Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* wip * Add unit test to check that every v0 op properly implements the is_* methods in Node Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* CSE optimizations * Get TI working with clang 6 Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 07 Jan, 2020 9 commits
-
-
Adam Rogowiec authored
* Fix spelling, and comment formatting. * Update Reduction operation to use v1 operators. * Upgrade/downgrade passess for ReduceMin/Max ops. * Address review comments: - Remove unnecessary AutoBroadcast arg. - Use default_opset namespace. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1 ops in ONNX Softplus * Some extra comments Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1::Broadcast in ONNX LpNorm * Missing include * Missing include * Include the default opset in lp_norm.cpp * Reference Constant from default_opset * Some extra comments Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Amy Zhuang authored
* Update MKLDNN to v1.1.1. * Modify mkldnn_v1 patch. * Modify bf16 check for mkldnn-v1. Co-authored-by: baojun <32073718+baojun-nervana@users.noreply.github.com> Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Nishant Patel authored
* Fix maxpoolbprop layout pass * Use default format for max pooling bprop. * Fix MaxPoolWithIndicesBackprop unit test. * Fix CODEGEN. * Modify MaxPoolWithIndicesBackprop unit test. Co-authored-by: Amy Zhuang <amyzhuang97@gmail.com> Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
* Fix using statements * Add missing line ending * Add license Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 06 Jan, 2020 6 commits
-
-
Robert Kimball authored
* Remove conditional compile * style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
Co-authored-by: Sang Ik Lee <sang.ik.lee@intel.com>
-
Tomasz Dołbniak authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Robert Kimball authored
Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Tomasz Dołbniak authored
* Use v1::Minimum and v1::Maximum in ONNX Clip implementation * Use v1::Maximum in ONNX LeakyRelu Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
Chris Sullivan authored
* Enable self-concat to broadcast replacement for a single concat. * Update tests. Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com> Co-authored-by: Robert Kimball <robert.kimball@intel.com>
-
- 03 Jan, 2020 1 commit
-
-
Pruthvi authored
* Affine lowering support for 1) GreaterEq 2) LessEq 3) Equal 4) NotEqual * - cast result op from i1 to i8 for comparision operators * Addressed PR comments * Style fix * - style check - use select instead of zero_extendi durinng CompOp lowering * - fix style - use createOneConstant and createZeroConstant helpers in select intrinsic * Use NG_U8_TYPE_ID for BooleanType in ngraph dialect * Diable CE and Softmax unit test in MLIR * - LIT parser test for comparision ops * - Affine dailect LIT tests for Comparision Ops * Address PR feedback * fix typo * - use `cast` to deduce element Type - add more strict type checking to LIT Test * fix CHECK label's for comparision ops * Use UInt8 in verification logic for CMP op's * - use UInt8 for the resultOp verification Logic in CMP op - fix unit test failures
-
- 01 Jan, 2020 1 commit
-
-
Robert Kimball authored
* Update license to new year * Pick up some strays
-
- 23 Dec, 2019 1 commit
-
-
Diego Caballero authored
* [MLIR] Update MLIR/LLVM repo I need it to get MemRef lowering override mechanism (291a309d). * Fix style Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 21 Dec, 2019 1 commit
-
-
Robert Kimball authored
* wip * Use AlignedBuffer instead of vector for performance * cleanup * More cleanup * Revert Constant change Co-authored-by: Scott Cyphers <diyessi@users.noreply.github.com>
-
- 20 Dec, 2019 3 commits
-
-
baojun authored
* update matmul fprop * clean up
-
baojun authored
-
Pruthvi authored
* - emit mlkddn for LRN only for normalizing acorss/within channel * - remove explicit checking of axes in lrn builder Co-authored-by: Jayaram Bobba <jayaram.bobba@intel.com>
-
- 19 Dec, 2019 5 commits
-
-
pawelpiotrowicz authored
* Backprop matmul maybe works - due to internal error with /usr/bin/ar issue file truncated, I could`t check it * fix error * clean up * update * fix style Co-authored-by: baojun <32073718+baojun-nervana@users.noreply.github.com>
-
dkalinowski authored
* Pass _GLIBCXX_USE_CXX11_ABI to protobuf - this change allows building nGraph with newer GLIBC: v5.1+ * Specify _GLIBCXX_USE_CXX11_ABI only when NGRAPH_USE_CXX_ABI is defined
-
Amy Zhuang authored
-
Mateusz Bencer authored
* first version * Added constant cast * Updated ref implementation * Fixed out element type * Added UT * Code refactor
-
Pruthvi authored
* - update external_mlir_prebuilt.cmake to support pre built MLIR * fix typo * - unify prebuilt and external pull, build "mlir" cmake logic - throw cmake error if MLIR_LLVM_PREBUILT_PATH is not specified when -DNGRAPH_USE_PREBUILT_MLIR=True
-