- 11 Jul, 2019 4 commits
-
-
andreykhaykin authored
* new debugger to trace real tensors in each kernel * update after style-apply * add unit test to debugger * after style-apply * templatize data + fixed issues from PR * solve conflict * change names of env flags + fixed typo + pass unit-test * add different types to dump, change arch of debug class, add support to allow debug to be set programmatically (all requested changed fixed) * add curly braces to single-line blocks * fix shadow names + add int32 for dump + fix for names with coding standarts of ngraph * fix names of member variables + delete some constructors * try to find issue with CI, do not merge! * fix one issue with CI * fix style-apply
-
Nagy Mostafa authored
* Support MLIR lowering of Relu * Use EDSC comparison * style-apply * Use .inc file for Conversion classes list * Disable i32 Relu for plaidml
-
Rob Earhart authored
* Use libc++ for macOS core python wheel * numpy version
-
Adam Procter authored
* Add a few more toy dynamic examples * Enable constant folding for Reverse; enable reverse_shape test * Add constant folding for Product, and enable two more tests
-
- 10 Jul, 2019 9 commits
-
-
Robert Kimball authored
-
Leona C authored
* Update the conf file picked up by CI * Remove extraneous conf.py * Add known issues to release notes * Word fix * Fix bulleted list formatting
-
Scott Cyphers authored
[MLIR] Add ArgMin/ArgMax lowering support
-
Scott Cyphers authored
-
Chris Sullivan authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Fix crash on MacOS
-
Scott Cyphers authored
-
Diego Caballero authored
-
- 09 Jul, 2019 16 commits
-
-
Scott Cyphers authored
Minor PlaidML fixes
-
Scott Cyphers authored
-
Scott Cyphers authored
Add Batch Norm Inference Relu fusion.
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Update generic CPU backend to latest ngraph API
-
Scott Cyphers authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Update mkl-dnn to v0.20
-
Gauri1 Deshpande authored
-
Sang Ik Lee authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Fix Onnx CI seg fault
-
Michał Karzyński authored
-
Sang Ik Lee authored
-
- 08 Jul, 2019 5 commits
-
-
Adam Procter authored
This reverts commit 6d123d6e.
-
Adam Procter authored
-
pruthvi authored
-
Rob Earhart authored
-
Amy Zhuang authored
Add comments. Add more unit tests.
-
- 06 Jul, 2019 2 commits
-
-
Robert Kimball authored
-
Robert Kimball authored
-
- 04 Jul, 2019 3 commits
-
-
Rob Earhart authored
-
Rob Earhart authored
This came up while debugging memory corruption in the ngraph-tf tests: plaidml_ops_replicate was holding onto a reference to a temporary that was destroyed while the reference was still live. Replacing that code with a call to get_argument() eliminated the temporary and fixed the issue. And in general, there's no reason to be allocating temporary vectors when we're pulling out a single argument, so this change replaces the other sequences of get_arguments().at(), too.
-
Rob Earhart authored
The PrefixReshapeElimination pass doesn't work correctly if the network's operation's input and output shape compatibility is being validated; an implicit broadcast operation is required to get the shapes right. This change moves the implementation back to PlaidML (since it's seeming less generally useful, and PlaidML has an implicit broadcast operation), and fixes both it and the implicit broadcast pass to only apply when the downstream operation is an elementwise operation (since PlaidML doesn't support automatic broadcasting for contractions).
-
- 03 Jul, 2019 1 commit
-
-
Amy Zhuang authored
Add shape check in fusion. Rename function.
-