mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-25 19:48:11 +00:00
Make it clear in verbose log on why a kernel impl does not fit for a node (#10872)
This commit is contained in:
parent
6c0eff1ae4
commit
e03b799b95
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ Status KernelRegistry::TryFindKernel(const Node& node,
|
|||
<< " kernel is not supported in " << expected_provider << "."
|
||||
<< " Encountered following errors: (" << ToString(verify_kernel_def_error_strs) << ")";
|
||||
|
||||
VLOGS_DEFAULT(2) << "TryFindKernel failed, Reason: " << oss.str();
|
||||
return Status(common::ONNXRUNTIME, common::FAIL, oss.str());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue