Skip to content

Commit

Permalink
Update onnxruntime/core/providers/qnn/builder/qnn_backend_manager.cc
Browse files Browse the repository at this point in the history
Co-authored-by: Adrian Lizarraga <[email protected]>
  • Loading branch information
samwebster and adrianlizarraga authored Jan 7, 2025
1 parent 310fc67 commit e265342
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ void QnnBackendManager::ReleaseResources() {

result = ReleaseProfilehandle();
if (Status::OK() != result) {
LOGS_DEFAULT(INFO) << "Failed to ReleaseProfilehandle.";
LOGS_DEFAULT(ERROR) << "Failed to ReleaseProfilehandle.";
}

result = ReleaseDevice();
Expand Down

0 comments on commit e265342

Please sign in to comment.