Unverified Commit ba9f0e10 authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3150 from NervanaSystems/rearhart/plaidml-opt

Improve PlaidML backend option debugging
parents c4cb4b14 89e125d3
...@@ -242,6 +242,8 @@ ngraph::runtime::plaidml::Config ...@@ -242,6 +242,8 @@ ngraph::runtime::plaidml::Config
} }
// Reject unknown options // Reject unknown options
NGRAPH_ERR << "Unrecognized PlaidML backend option: "
<< std::string{oname_begin, static_cast<std::size_t>(oname_end - oname_begin)};
err = true; err = true;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment