Skip to content
This repository was archived by the owner on Jan 3, 2023. It is now read-only.

Commit ba9f0e1

Browse files
authored
Merge pull request #3150 from NervanaSystems/rearhart/plaidml-opt
Improve PlaidML backend option debugging
2 parents c4cb4b1 + 89e125d commit ba9f0e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ngraph/runtime/plaidml/plaidml_config.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ ngraph::runtime::plaidml::Config
242242
}
243243

244244
// Reject unknown options
245+
NGRAPH_ERR << "Unrecognized PlaidML backend option: "
246+
<< std::string{oname_begin, static_cast<std::size_t>(oname_end - oname_begin)};
245247
err = true;
246248
}
247249

0 commit comments

Comments
 (0)