Skip to content

Commit

Permalink
remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
chraac committed Jun 19, 2024
1 parent aeef0c6 commit dfe159f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml-qnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2000,7 +2000,7 @@ class ggml_qnn_tensor_readwrite
QNN_LOG_WARN("alloc rpcmem failure, %s\n", strerror(errno));
QNN_LOG_DEBUG("tensor%p name %s", _qnn_tensor, QNN_TENSOR_GET_NAME(*_qnn_tensor));
_context = nullptr;
// TODO: should we free the tensor here?
// No free for _qnn_tensor, because it's not registered.
return;
} else {
QNN_LOG_INFO("alloc rpcmem successfully\n");
Expand Down

0 comments on commit dfe159f

Please sign in to comment.