From dfe159ffffcc82484f00d701a2076859ac0f88be Mon Sep 17 00:00:00 2001 From: hongruichen Date: Wed, 19 Jun 2024 10:58:12 +0800 Subject: [PATCH] remove TODO --- ggml-qnn.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-qnn.cpp b/ggml-qnn.cpp index 5b4d665dcecba..f40efd72915df 100644 --- a/ggml-qnn.cpp +++ b/ggml-qnn.cpp @@ -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");