- 28 Aug, 2019 3 commits
-
-
Leona C authored
* Update https links * Update https links to new ngraph.ai site * Fix links * Fix links * Fix more HTML links * Reverting CODEOWNER change while we brainstorm on other solutions. As requested by adstraw
-
Scott Cyphers authored
Set up visibility support for all the library backends.
-
Diego Caballero authored
-
- 27 Aug, 2019 4 commits
-
-
Adam Procter authored
* New clang-format rules for src/ngraph/op/util * Restore root .clang-format * Remove redundant .clang-formats * Revert "Remove redundant .clang-formats" This reverts commit e158df1e507570b55348ce326fd7e8b4ae819f36. * Remove redundant .clang-formats * New clang-format rules for src/ngraph/op/fused * New clang-format rules for src/ngraph/op/experimental * New clang-format rules for src/ngraph/op/.
-
Adam Procter authored
* New clang-format rules for src/ngraph/frontend * Remove now-redundant .clang-format
-
Adam Procter authored
-
Diego Caballero authored
This PR is a stepping stone towards unifying nGraph MLIRCompiler printing flags with those used in MLIR. It enables flag -print-ir-after-all implemented in MLIR pass manager and adds flag -print-ngraph-ir-after-all to MLIRCompiler so that we can use it to dump IR for those transformations that we do directly in MLIRCompiler without using a proper pass. Eventually, everything should be working as a pass and the nGraph variant of the flag shouldn't be needed. NGRAPH_MLIR_DUMP_ALL macro is no longer needed.
-
- 26 Aug, 2019 2 commits
-
-
Nagy Mostafa authored
* Print CK info in visualizer * style-apply * Fix parameters printing * Fixes * typo
-
Diego Caballero authored
* [MLIR] Bump MLIR repo 8/20/2019 MLIR_ commit 0cdb20a6add19bc96c20dad28589a1e54e4d8469 Author: Lei Zhang <antiagainst@google.com> Date: Tue Aug 20 13:33:41 2019 -0700 Add spv.specConstant and spv._reference_of LLVM: commit 3b9a27b6908040881dad394022f8c472c15c0784 Author: Simon Pilgrim <llvm-dev@redking.me.uk> Date: Tue Aug 20 17:54:37 2019 +0000 Fix typo in comment. NFCI. * [MLIR] Disable three more tests with MLIR enabled. This PR disables validate_fuse_gru_inputs, reshape_layout_optimizations4 and reshape_layout_optimizations5: 1. trivial_in_place_relu_fail: It checks tensors pool offset. There is no memory pool in MLIR atm. 2. validate_fuse_gru_inputs: It creates an infinite cycle in MLIR subgraph extraction pass (under investigation). 3. reshape_layout_optimizations4/5: They fail due to CompiledKernel being not expected by CPULayout pass. * Disable cpu_quant_fusion.qconcat
-
- 23 Aug, 2019 2 commits
-
-
Diego Caballero authored
* [MLIR] Bump MLIR repo 8/20/2019 MLIR_ commit 0cdb20a6add19bc96c20dad28589a1e54e4d8469 Author: Lei Zhang <antiagainst@google.com> Date: Tue Aug 20 13:33:41 2019 -0700 Add spv.specConstant and spv._reference_of LLVM: commit 3b9a27b6908040881dad394022f8c472c15c0784 Author: Simon Pilgrim <llvm-dev@redking.me.uk> Date: Tue Aug 20 17:54:37 2019 +0000 Fix typo in comment. NFCI. * Address Bob's feedback
-
Nishant Patel authored
* Segregate builders op wise * Style * Update ngraph.hpp
-
- 22 Aug, 2019 20 commits
-
-
aslepko authored
Modifying CI interface
-
aslepko authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Static type holders can be initialized after things that make copies of them are run, leading to `undefined` as the type in the copies.
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
Adam Procter authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
Adam Procter authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
Adam Procter authored
* Plant an updated .clang-format in src/ngraph, with overrides in each subdir thereof * Whoops, forgot to commit the actual .clang-formats * Remove src/ngraph/type/.clang-format (it was having no effect) * Remove src/ngraph/distributed/.clang-format (it was having no effect) * Remove src/ngraph/codegen/.clang-format (only one file was affected, so it's a wash) * Remove src/ngraph/autodiff/.clang-format (only one file was affected, so it's a wash) * Un-relax comment wrapping in src/ngraph/state * Revert "Un-relax comment wrapping in src/ngraph/state" This reverts commit 41fc50fb92bffb7f5aca4126eb1267f00dcca727. * Un-relax comment wrapping in src/ngraph/runtime, not including src/ngraph/runtime/{cpu, gpu, plaidml, reference} * Enable new clang-format comment rules for src/ngraph/runtime/{dynamic,generic_cpu,gpuh,interpreter,nop} * Update clang-format comment rules for GPU BE * Update clang-format comment rules for src/ngraph/runtime/plaidml * Update clang-format comment rules for src/ngraph/runtime/intelgpu * Fix a couple of demangles I missed * rm zombie .clang-format files * rm zombie .clang-format files * Update CODEOWNERS * Update CODEOWNERS * Update CODEOWNERS * Kill zombie .clang-format files * Undo CODEOWNERS change
-
- 21 Aug, 2019 9 commits
-
-
aslepko authored
-
Adam Procter authored
* New clang-format rules for src/ngraph/op/util * Restore root .clang-format * Remove redundant .clang-formats * Revert "Remove redundant .clang-formats" This reverts commit e158df1e507570b55348ce326fd7e8b4ae819f36. * Remove redundant .clang-formats
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
-
aslepko authored
Testing something
-
Nishant Patel authored
-
Nishant Patel authored
-