Unverified Commit 7c16ee6c authored by Scott Cyphers's avatar Scott Cyphers Committed by GitHub

Merge pull request #3151 from NervanaSystems/rearhart/plaidml-opt-m

Improve PlaidML backend option debugging
parents c61bf995 94f582e4
......@@ -242,6 +242,8 @@ ngraph::runtime::plaidml::Config
}
// Reject unknown options
NGRAPH_ERR << "Unrecognized PlaidML backend option: "
<< std::string{oname_begin, static_cast<std::size_t>(oname_end - oname_begin)};
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