- 12 Jul, 2019 4 commits
-
-
Rob Earhart authored
-
Rob Earhart authored
-
Rob Earhart authored
-
Scott Cyphers authored
-
- 10 Jul, 2019 3 commits
-
-
Scott Cyphers authored
Added rpath setting for PlaidML backend
-
Rob Earhart authored
-
Rob Earhart authored
-
- 09 Jul, 2019 11 commits
-
-
Scott Cyphers authored
-
Avijit authored
-
avijit-nervana authored
-
Scott Cyphers authored
Fix crash on MacOS for r0.23
-
Scott Cyphers authored
-
Gauri1 Deshpande authored
-
Scott Cyphers authored
Use libc++ for macOS core python wheel
-
Rob Earhart authored
-
Scott Cyphers authored
Minor PlaidML fixes
-
Scott Cyphers authored
-
Scott Cyphers authored
pydocstyle 4.0 breaks flake8-docstrings.
-
- 08 Jul, 2019 2 commits
-
-
Sang Ik Lee authored
-
Rob Earhart authored
-
- 03 Jul, 2019 4 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).
-
Scott Cyphers authored
Update setup.py
-
- 02 Jul, 2019 1 commit
-
-
aslepko authored
-
- 01 Jul, 2019 12 commits
-
-
Scott Cyphers authored
Improve PlaidML backend option debugging
-
Scott Cyphers authored
-
Scott Cyphers authored
Decomposition of fused ops in PlaidML backend [r0.23]
-
Rob Earhart authored
-
Scott Cyphers authored
-
Scott Cyphers authored
Add PlaidML Quantize & Dequantize
-
tomdol authored
-
tomdol authored
-
tomdol authored
-
tomdol authored
-
Tomasz Dołbniak authored
-
Tim Zerrell authored
-
- 30 Jun, 2019 1 commit
-
-
Scott Cyphers authored
Added a missing guard that is breaking the build
-
- 29 Jun, 2019 1 commit
-
-
avijit-nervana authored
-
- 28 Jun, 2019 1 commit
-
-
Tim Zerrell authored
-