Commit 5008c3cd authored by Rob Earhart's avatar Rob Earhart

Add PlaidML backend params debugging

parent 51f57d46
...@@ -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