- 10 Nov, 2018 3 commits
-
-
gcwenger authored
* Heterogenous sub-graph comparison testing * Print index for float differences * Disabled compare_backends_with_graphs on most backends for now. Moved to new file. Added testing of unsigned values. * Fixed element::boolean range. Added missing include. * Switched use of shared_ptr as parm to raw *. Moved to using namespace std in cpp. Fixed comment marker in unit_test.manifest files. Switched some EXPECT_EQ TO ASSERT_EQ. Fixed parameterized test disabling. * Frozen naming -> serialized. Removed extraneous comments. * Graph comparison unit test relies on CPU for reference, so only build when CPU is built. * Reworked per backend disabling of compare_backends_with_graphs
-
Nick Korovaiko authored
-
Adam Procter authored
* Update l2_norm and std_dev builders to use op::Sqrt instead of op::Power(...,0.5) * Removed unneeded power.hpp include
-
- 09 Nov, 2018 11 commits
-
-
Robert Kimball authored
* optimization for about 2x speedup * more optimizations
-
Nick Korovaiko authored
-
Jayaram Bobba authored
-
Nick Korovaiko authored
-
Adam Procter authored
* Add ShapeOf op * Helps to check in the source files * Add shape_of_scalar to unit test manifests * Add missing include to gpu_emitter.cpp * Change 'this op is experimental' wording per @indie's suggestion * New idea: let's try not mallocing 300 terabytes * Update interpreter implementation
-
L.S. Cook authored
* editing docs * more doc updates * Cleanup theme, update backends for PlaidML, remove stale font * Add PlaidML description and doc update that should have been added with PR 1888 * Add PlaidML description and doc update that should have been added with PR 1888 * Latest release doc updates * Add PlaidML description and doc update for PR 1888 * Update glossary with tensor description and quantization def * Refactor landpage with QuickStart guides * Add better details about nGraph features and roadmap * Placeholder detail for comparison section * Add section link * order sections alphabetically for now * update compiler illustration * Address feedback from doc review * Update illustration wording * Formatting and final edits * keep tables consistent * Clarify doc on bridge and compiler docs * Clarify doc on bridge and compiler docs * yay for more feedback and improvements * edit with built doc * Fix typo * Another phase of PR review editing * Final review comment resolved
-
Nick Korovaiko authored
-
Robert Kimball authored
* fix gtest abi build * fix llvm build with abi flag * remove debug * add check for conflicting flags in cmake
-
Robert Kimball authored
* all tests passing * rename a few vars to be consistent with new tensor names
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Amy Zhuang authored
* Add in-place-slice optimization for CPU backend. * Modify slice emitter function for in place slice. * Allow arg node to have multiple outputs for in place slice. * Remove unused variable. * Add CPUExecutionContext argument to slice builder. * Address PR feedback: move computation out of the functor. * Move size computation out of the functor for in place concat.
-
- 08 Nov, 2018 6 commits
-
-
Chris Sullivan authored
* When CUDNN_DATA_TYPE == CUDNN_DATA_DOUBLE, it appears that the cudnn calculated workspace size is incorrect. Adding a temporary fix here until the underlying issue is found. * Add softmax test illustrating bug in cudnn impl. * disable new unit test in intel GPU
-
Fenglei authored
* change reduce using cuda, add support for AND, OR * fix bug and format * remove unused code * style * change reduce_op to reduce_func to avoid shadow, thansk Ayan. * using dynamic_pointer_cast
-
mchrusci authored
-
Artur Wojcik authored
-
mchrusci authored
-
Rob Earhart authored
-
- 07 Nov, 2018 9 commits
-
-
Jayaram Bobba authored
* Collapse dimensions for inputs to Dot * Remove eigen kernels for higher dimension dots since they will collapse to cblas_gemm kernels * Moved collapse dims pass after the fusion passes to prevent interference with fusion patterns. Use cblas_gemm for 2D dot
-
Chris Sullivan authored
* Refactor include_helpers into an nvrtc specific helper file. Add templated define functions for coherent and noncoherent memory loads. * Format * const refs. * Remove cast of zero.
-
Adam Procter authored
-
Robert Kimball authored
* add nop backend * nop backend * fix flag name * add new switch to cmake output of switch settings * add new unit test to igpu manifest * remove redundant test
-
Robert Kimball authored
* address issues which surface with clang 6.0 * revert changes due to new clang warning and disable new warning
-
Adam Straw authored
* quantize scale passing unit tests * epsilon bump * finished with quantization scale * unit tests passing with convolution scale as builder * broadcasted constants and cleanup * api consistency for quant builders * code style * cleanup * newline at EOF * use requantization_scale * drop TF license as we are no longer using TF code directly
-
Amy Zhuang authored
* Do not fuse nodes if one node is predecessor of another node in horizontal fusion. * Add dead node check and remove predecessor check in horizontal fusion.
-
Robert Kimball authored
* wip * wip * wip * move hybrid wrapper to hybrid backend dir * move hybrid wrapper to correct namespace * wip * sorta working * remove debug from sorta working homogeneous hybrid backend * is_supported is supported for GPU * cleanup debug * more progress * remove debug * cleanup * turn off hybrid by default * revert change * revert * rename wrapper to backend * revert * address review comments * style
-
Jayaram Bobba authored
* Add missing halide dependency * Bug fix in halide op creation * Localize halide/llvm to cpu backend * Added comments * Pass NGRAPH_HALIDE to tests * Resolve merge conflicts
-
- 06 Nov, 2018 7 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
Adam Procter authored
* Update CODEOWNERS for /licenses and /LICENSE * Review comments * Minor formatting
-
Scott Cyphers authored
-
Artur Wojcik authored
* onnx: enable external weights to enable Caffe2 support Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: update ONNX importer interface documentation Signed-off-by: Artur Wojcik <artur.wojcik@intel.com> * onnx: after review updates Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Ransford Hyman Jr authored
-
Adam Procter authored
-
- 05 Nov, 2018 4 commits
-
-
Ayan Moitra authored
* added tests for malloc mode and graph transform * Comment incorporation * changed comparing backend to INTERPRETER * COmments resolved+clang * Adressed all comments * IntelGPU does not support topk
-
Sandeep authored
* size_t for placement in node * enable hybrid backend test * style * cp placement functions * placement size_t based functions * placement based on backends * add placement based on size_t * backend size_t based placement * call * update * resolve bug * format * revert cmake changes * address PR comments * ci error * pr comments
-
Nick Korovaiko authored
* extend cse to handle backend ops * revert back to static casts
-
Rob Earhart authored
* Make debug logging threadsafe * Add nil stream comments
-