- 16 Mar, 2020 1 commit
-
-
Sang Ik Lee authored
* Code cleanup. * Update LLVM to 9.0.1 Co-authored-by:
Robert Kimball <robert.kimball@intel.com> Co-authored-by:
Scott Cyphers <diyessi@users.noreply.github.com>
-
- 09 Mar, 2020 1 commit
-
-
Robert Kimball authored
-
- 28 Feb, 2020 1 commit
-
-
Robert Kimball authored
* Remove distributed * Remove mlsl as external project Co-authored-by:
Sang Ik Lee <sang.ik.lee@intel.com> Co-authored-by:
raramer01 <rebecca.a.ramer@gmail.com>
-
- 26 Feb, 2020 1 commit
-
-
raramer01 authored
* set NGRAPH_TAG when no TAG file present * use default build version with custom-build tag Co-authored-by:
Sang Ik Lee <sang.ik.lee@intel.com>
-
- 21 Feb, 2020 2 commits
-
-
Sang Ik Lee authored
Co-authored-by:
aslepko <44713115+aslepko@users.noreply.github.com>
-
Diego Caballero authored
* [MLIR] Update MLIR repo * Nagy's fix * Changes related to mlir-opt * Update MLIR commit * Update MLIR commit and callbacks. * Disable 'noalias' attribute. It will be re-introduced in a follow-up commit. * Remove '__mlir' prefix in callback test * Address feedback * Fix EDSC includes * Move MLIR repo forward * Update type converter code * Address feedback Co-authored-by:
Amy Zhuang <amyzhuang97@gmail.com>
-
- 19 Feb, 2020 1 commit
-
-
Amy Zhuang authored
* Update MKLDNN to v1.2. * Change class to struct. * Change to struct. Co-authored-by:
Robert Kimball <robert.kimball@intel.com> Co-authored-by:
Sang Ik Lee <sang.ik.lee@intel.com>
-
- 07 Feb, 2020 1 commit
-
-
Diego Caballero authored
* [MLIR] MLIR repo update * Revert test * More MLIR repo forward * Move MLIR repo forward * Add Loop-to-Std lowering pass to nGraph pipeline Co-authored-by:
Robert Kimball <robert.kimball@intel.com> Co-authored-by:
Scott Cyphers <diyessi@users.noreply.github.com>
-
- 03 Feb, 2020 1 commit
-
-
Sang Ik Lee authored
-
- 31 Jan, 2020 2 commits
-
-
Sang Ik Lee authored
-
Cloud Han authored
-
- 30 Jan, 2020 1 commit
-
-
Ewa Tusień authored
Co-authored-by:
aslepko <44713115+aslepko@users.noreply.github.com>
-
- 23 Jan, 2020 2 commits
-
-
Sang Ik Lee authored
* Temp save. * Enable MLIR ninja build. * Fix issues.
-
Diego Caballero authored
- Rename 'llvm-projects' to 'llvm-project' to match dir in LLVM repo. - Remove 'mlir_project' from pre-build path. It shouldn't be mandatory to have LLVM repo in that directory for pre-build.
-
- 21 Jan, 2020 2 commits
-
-
Sang Ik Lee authored
* Remove usage of C99 array. * Try to fix ABI mismatch. * Suppress warning on AppleClang. * Revert back to using C99 flexible array member and suppress warning instead as suggested by https://gcc.gnu.org/onlinedocs/gcc/Zero-Length.html
-
Diego Caballero authored
* [MLIR] Update build system to use LLVM mono-repo for MLIR * [MLIR] LLVM mono-repo conflicts * Disable lit tests * Fix formatting * Fix memopt tests * PR fix * Fix view test Co-authored-by:
Nagy Mostafa <nagy.mostafa@gmail.com>
-
- 17 Jan, 2020 1 commit
-
-
Sang Ik Lee authored
* Add new option to do a clean Ninja build. * Enable Interpreter and unit-test. * Enable json. * Enable NOP backend. * Enable tools. * Enable CPU DEX ONLY on Linux. * Quick hack to enable dex only on Mac. * Enable onnx import. * Cleanup gtest. * Cleanup tbb_prebuilt. * Fix typo. * Move gtest include point. * Fix gtest windows path. * Remove temporary option. * Keep GCPU upto date with INTERPRETER. * Add missing file. * Enable GCPU. * Enable CPU codegen. * Remove tabs. * Revert "Merge branch 'silee2/gcpu' into silee2/ninja" This reverts commit e513cd3fe3659a477af6e8fab6c1852a5b1493c3, reversing changes made to 31dca3301cd89e15af23acd0d50aa06a1c5d6001. * Enable PlaidML. Co-authored-by:
aslepko <44713115+aslepko@users.noreply.github.com>
-
- 16 Jan, 2020 3 commits
-
-
Sang Ik Lee authored
* Remove halide. * Remove stale code. * Put back incorrectly removed code.
-
Sang Ik Lee authored
* Use optimal processor count for parallel build. * Add missing dependency.
-
Sang Ik Lee authored
* Build LLVM at CMake config time and use CMake config file for dependencies. * Temp save. * Codegen functioning. * Support prebuilt LLVM. * Remove zlib. * Relax CMake minimum version. * Fix bug. * Lower CMake version requirement. * Pass more args. * Add proper quote. * Remove quotes. * Try to separate flags for external projects. * Don't pass flags to LLVM. * Pass CXX abi. * Remove stale print. * Update gtest flags. * Try to fix build issue. * Patch LLVM to prevent building clang-tools-extra. Co-authored-by:
aslepko <44713115+aslepko@users.noreply.github.com>
-
- 07 Jan, 2020 1 commit
-
-
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>
-
- 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>
-
- 19 Dec, 2019 2 commits
-
-
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
-
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
-
- 17 Dec, 2019 1 commit
-
-
Diego Caballero authored
* [MLIR] Update MLIR/LLVM repos To have access to unranked memrefs. * Fix MLIR forward again to fix lit test in MLIR repo
-
- 16 Dec, 2019 2 commits
-
-
Robert Kimball authored
-
Amy Zhuang authored
* [MLIR]Add clang flag and skip bf16 tests for MLIR. * Address PR feedback.
-
- 11 Dec, 2019 1 commit
-
-
Amy Zhuang authored
* Update MKLDNN to v1.0.4. Build MKLDNN-v1 by default. * Add bf16 support check. * Modify visibility.
-
- 06 Dec, 2019 1 commit
-
-
Diego Caballero authored
* [MLIR] Update MLIR/LLVM repos * Move MLIR/LLVM repos forward This includes fix to affine fusion algorithm. * Fix issues after merge * Fix lit test
-
- 02 Dec, 2019 1 commit
-
-
Ilya Lavrenov authored
-
- 27 Nov, 2019 1 commit
-
-
Ilya Lavrenov authored
* Partially fixed visibility for symbols: * Resolved issues with RTTI and AppleClang * style * review fixes * fixed compilation with msvc 2019 * Export extra API which is used in other public classes * CMAKE: MSVS -> MSVC * Fixed template export * Fixed compilation flags * Fixed default args * removed self-inclusion * export * shape * export strides * Export all symbols needed for OpenVINO * Export * disable cpu * AxisSet * disable warning * fix * removed second declaration * fixed runtime exports * Reverted some changes * Fixed LNK2005 error on Windows * Fixed code style check * Fixed EnumAttributeAdapterBase * Remove export of template classes * Fixed code style for EnumAttributeAdapterBase * Fixed for protobuf
-
- 21 Nov, 2019 1 commit
-
-
AnastasiaKazantaeva authored
* Fix for windows ninja * Fix for centos build * Remove fix for centosa
-
- 18 Nov, 2019 1 commit
-
-
Nagy Mostafa authored
* WIP * WIP * WIP * WIP * style * WIP * WIP * Add err msg * Fix headers and cleanup
-
- 16 Nov, 2019 1 commit
-
-
AnastasiaKazantaeva authored
-
- 04 Nov, 2019 2 commits
-
-
Fabian Boemer authored
This matches the behavior in FindProtobuf.cmake, https://github.com/Kitware/CMake/blob/master/Modules/FindProtobuf.cmake#L624-L626 (https://cmake.org/cmake/help/latest/module/FindPackageHandleStandardArgs.html#command:find_package_handle_standard_args)
-
Ilya Lavrenov authored
-
- 25 Oct, 2019 1 commit
-
-
Ilya Churaev authored
* Added auto generated configs for nGraph * Fixed absolute paths * Fixed comments
-
- 09 Oct, 2019 2 commits
-
-
nmostafa authored
-
Diego Caballero authored
-