- 31 Oct, 2018 2 commits
-
-
Adam Rogowiec authored
-
Nishant Patel authored
-
- 30 Oct, 2018 5 commits
-
-
L.S. Cook authored
-
Robert Kimball authored
-
Michał Karzyński authored
-
gaurides authored
* Initial implementation of GroupConv+BatchNorm fusion * Added GroupConv+BatchNorm with Relu fusion * Added changes to fuse with BoundedRelu * Changed BoundedRelu to Relu * Added test; Code cleanup * Code formatting * Removed dead code * Added test cases and other misc * Bug fix in group conv callback and general cleanup * Address PR feedback * Minor edit to comment. MKLDNN divides both input and output channels by groups * Style fixes and PR feedback
-
Michał Karzyński authored
* Add ArgMin operator * Add ArgMax and a basic test case * Rename variables * Apply workaround for problems with Reshape on i64 * Review comments * Review comments
-
- 29 Oct, 2018 7 commits
-
-
Robert Kimball authored
-
Sergey Shalnov authored
-
Sergey Shalnov authored
-
Robert Kimball authored
* wip * wip * simple hybrid test harness * cleanup * disable unit test in progress
-
Rob Earhart authored
* Add PlaidML backend * CR comments Used m_ prefix for members; removed trailing underscores Updated license headers Moved associated header inclusions to project blocks Wrapped comments to 100 chars Added missing newlines between functions Removed nested namespaces in operation implementations * Add earhart to CODEOWNERS * Rebase updates * style
-
Ayan Moitra authored
* fresh commit for the changes * Working topk on ndims for nvGPU * fix * clang * Added unit test, improved kernel hash and Bob's comment * int64 test+clang * Moved argReduce and topk tests to a separate file * TopK unsupported for IntelGPU * addressed Fenglei and Chris's comments * addressed Fenglei and Chris's comments
-
Sergey Shalnov authored
* IntelGPU backend: Profile data improved * PR1932. Comments addressed
-
- 28 Oct, 2018 1 commit
-
-
Sergey Shalnov authored
-
- 27 Oct, 2018 4 commits
-
-
shssf authored
-
Fenglei authored
-
L.S. Cook authored
-
Jayaram Bobba authored
* Move to TBB2019 and bug fix to capture functor * Change to use TBB release tag * remove lightweight from codegen * Enable TBB flow graph tracing
-
- 26 Oct, 2018 10 commits
-
-
Fenglei authored
* add split concat * fix bug * fix bug * fix bug * add test * fix test bug * add comments * format * return intead of check processed * remove .back() since it's not vector anymore. * format * change to paramter tests based on Geoff's comments * types-> type * change split size to 256
-
shssf authored
-
gcwenger authored
* Reenabled Chris's nvcc building. Improved support for build paths and variations of cuda 8/9 + clang/gcc * Improved build messages based on feedback
-
Nishant Patel authored
* Add builder for {de}quantize * Add declaration in header * Add mkldnn support for {de}quantize * Add support for {de}quantize with mkldnn * Add Dex support * Generalizing some api's and adding a test case for DQ in backend_test.in.cpp * Unify scale between ngraph and mkldnn * Check for nullptrs * PR feedback * fix unit test failure * Adding tests for builder and deleting the backend tests * curly braces * test rename
-
L.S. Cook authored
-
Nick Korovaiko authored
* gdb-like interface + tests * fix not being able to run call twice without call * fix continue bug * fix enables; rename kontinue to resume * switch from lists of functors,enables to vector * address scott's feedback * adding a debugger object * address jayarams feedback
-
Nick Korovaiko authored
-
mchrusci authored
-
Nick Korovaiko authored
-
Adam Procter authored
-
- 25 Oct, 2018 10 commits
-
-
Adam Procter authored
-
Adam Procter authored
-
Robert Kimball authored
-
Jayaram Bobba authored
Add in place concat optimization.
-
Robert Kimball authored
-
Robert Kimball authored
-
amy.zhuang authored
Merge branch 'ayzhuang/in-place-concat' of https://github.com/NervanaSystems/ngraph into ayzhuang/in-place-concat
-
amy.zhuang authored
-
Matthew Brookhart authored
-
Chris Sullivan authored
* m_direct_execution is used but not defined when NGRAPH_DEX_ONLY=TRUE * keep the ifdef and move m_direct_execution out of the ifdef
-
- 24 Oct, 2018 1 commit
-
-
amy.zhuang authored
Merge branch 'ayzhuang/in-place-concat' of https://github.com/NervanaSystems/ngraph into ayzhuang/in-place-concat
-