- 21 Nov, 2018 6 commits
-
-
Nick Korovaiko authored
* any_of matching * include a new file any_of.hpp
-
Jayaram Bobba authored
-
Jayaram Bobba authored
* hacky version of reshape+convertlayout reordering * Cleaned up reshape+convertlayout and added unit test * fix pass-through check * style fix * fix ParameterVector * reduce random input range
-
Amy Zhuang authored
* Add more checks in horizontal fusion. * Address PR feedback: use a helper function.
-
Robert Kimball authored
* more sdl changes * more fixes * update SDL * cleanup * cleanup * rename var * redo how in_transition is handled * add -O2 flag back
-
Pruthvi authored
* - check if the nodes is reachable before returning the users of a node * address PR comments * test case fixes
-
- 20 Nov, 2018 7 commits
-
-
Chris Sullivan authored
* remove forward op * fix bbrks * fix pybind c-tor for max_pool_bprop * Add new c-tor to MaxPoolBackprop that takes MaxPool as an explicit argument. Add serializer support. * Add nvgpu support for new backward pooling c-tor, and calculate fprop when it isn't available. * Add extra layout for 3 arg maxpool backprop. * Formatting. * cpu_workspace_insertion to expect 3-arg maxpool bprop * GPU: add bprop_needs_pooling flag to primitive hash * Update INTELGPU arguments_check for MaxPoolBackprop and GPU invocation for avg pool.
-
Nick Korovaiko authored
* swim a special case of broadcast * general case broadcast swimming for reshape sinking * fix in_order=false case * fix reshape redef warning * add broadcast swimming test * cleanup test case * fix warnings * fix test case
-
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 * Update README with different sort of navigation options * Remove unnecessary repetition * Add links to announcement blogs for previous contributions to ONNX and PyTorch projects * Better link * Add syllabus for perf criterion * Editing and readability on README and add page for performance-validated workloads * Editing and readability on README and add page for performance-validated workloads * Editing and readability on README and add page for performance-validated workloads * Update README * Update illustrations with detail pertinent to br * Documenting diagram and updating about features faqs doc * Latest Beta doc updates * clarify wording on arch doc * Update deprecated INSTALL.md file and CONTRIB.md * Legacy framework support for neon removed; instead show how nGraph enables custom or customizable frameworks * nGraph Compiler stack beta * Add markdown version of some docs as requested * update full ng stack diagram * Make sure diagrams work after moving them to tld * Update ABOUT tld info doc with PR review feedback
-
Robert Kimball authored
-
Louis Feng authored
* unit test for sigmoid layout. * fixed layout bug and added unit test. * same fix for cpu emitter. * removed unused vars.
-
Jayaram Bobba authored
* Support dynamic scales for quantization * Avoid static object inside functors * Added missing capture and removed mkldnn_submit * fix merge error
-
Amy Zhuang authored
-
- 19 Nov, 2018 1 commit
-
-
Robert Kimball authored
* fix klocwork issues * more klocwork issues addressed
-
- 18 Nov, 2018 1 commit
-
-
Jayaram Bobba authored
* Support to selectively enable/disable passes through env variable * Address compiler warning about zero arg macros * Move pass selection options to PassConfig object * remove unnecessary header include * use default copy constructor * Address PR feedback * switch to map to keep xcode clang happy. doesn't seem to have a hashing function for string
-
- 16 Nov, 2018 3 commits
-
-
Robert Kimball authored
* Move ParameterVector and ResultVector to the ngraph namespace where they belong * update python wrapper * more python fixes * style * Update setup.py * fix some new code
-
Adam Rogowiec authored
-
tsocha authored
* [ONNX] Enable transposed convolution * Review fix pt. 1 * Review fix pt. 2 * Remove unused new_shape
-
- 15 Nov, 2018 4 commits
-
-
Avijit authored
Replaced the git command 'ls-repote --tags' with which produces the same output but works for clones without branches (#2066)
-
Chris Sullivan authored
* Add test revealing issue in current cudnn pooling operation. To fix we need op::MaxPoolBackprop to take the fprop output as an input argument. * Formatting. * Add comments and test description. Increase tensor size well past most cache sizes. * exclude intelgpu
-
Adam Straw authored
* adding i32 as quantized type * code format * mask gpu unit tests * unused variable * intel gpu unit test manifest * fix typo in unit test manifest
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
- 14 Nov, 2018 5 commits
-
-
Artur Wojcik authored
Signed-off-by: Artur Wojcik <artur.wojcik@intel.com>
-
Adam Straw authored
-
Adam Rogowiec authored
* Unit tests for conv2d causing errors. * UT for conv3D_bias * Fix padding order. `padding below` in nGraph terminology means padding added at the beginning of the axis. Whereas `padding above` means padding added at the end of the axis. * Rename test to sth more descriptive. * Apply clang-format. * Fix handling of `SAME_UPPER/LOWER` auto_pads mode for convolution/pooling ops. * Fix order of padding_below/above. Signed-off-by: Adam Rogowiec <adam.rogowiec@intel.com> * Fix error in calculating output data shape.
-
Robert Kimball authored
* remove exit call * disable some failing unit tests
-
yimeisun123 authored
-
- 13 Nov, 2018 5 commits
-
-
Nick Korovaiko authored
-
Ayan Moitra authored
* Add cudnn sum and test that exposes failure * Add test to interpreter manifest and move test to sum file * change test name * Fails INTELGPU and no need to run on CPU * Comment incorporation + kahan summation for interpreter * small oversight correction * resolve conflict * minor variable name edit
-
Adam Rogowiec authored
* Add static keyword for helper function. * Fix MatMul for cases where left hand side is 1D vector. - Add unit-test for this case. * Add new line at the end of file. * Log warning when dealing with scalars * Apply clang-format * Review: fix spelling, rename test model.
-
Amy Zhuang authored
* Add cacheablility propagation pass. * Use a functor to create op annotations. * Address PR feedback. * Address PR feedback. * Address PR feedback.
-
mchrusci authored
* Kill previous builds on PR update * Remove Jenkinsfile.groovy * Lower case method names * Fix method notify() * Added comment Previous build deletion workaround to be removed as soon as better, less security vulnerable solution is found. * Fix inconsistent stage names
-
- 12 Nov, 2018 5 commits
-
-
Jayaram Bobba authored
* Moved mkldnn conv availability checks to utils and use it across passes * Style fix
-
Pruthvi authored
* cse for convert layout * addressed PR comments * Addressed PR comments
-
Nishant Patel authored
* Quantize the bias to int32 * Bias scale fix * mnist works * Quantize Bias * Introduce Quantize op in the graph to quantize bias & feedback * Comments and some refactoring * Add test case with float bias and enable int32 as quantized type in ngraph * Change shape of scale from Shape{} to Shape{1} in the backend
-
Nick Korovaiko authored
* tracing * count tracepoint * address scotts feedback * merge * fix an ununsed var warning
-
Jayaram Bobba authored
* Faster argmax/argmin kernels * Use switch statement for macro
-
- 11 Nov, 2018 2 commits
-
-
Fenglei authored
* add softmax cuda support * optimize block size * remove debug info * remove debug * style * remove unused * remove cudnn softmax * format * using nullptr * move helper, add test * fix style * using all_close_f * using kahansum * style * remove commentted out code
-
Fenglei authored
* add isfinite check * style * output 5 diff and total diff * output limit of diff for all_close_f * dix bug * disable tests * remove failing unit test that does not make sense.
-
- 10 Nov, 2018 1 commit
-
-
Adam Procter authored
-