Skip to content

Commit 60ca941

Browse files
authored
ggml-qnn: fix a minior typo in internal doc
1 parent 9fa0765 commit 60ca941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-qnn/ggml-qnn.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3410,7 +3410,7 @@ static void ggml_qnn_mul_mat(ggml_backend_t backend, ggml_tensor * op) {
34103410
GGMLQNN_LOG_INFO("can't create qnn graph handle with graph name %s, error = %d\n", graph_name.c_str(), error);
34113411
return;
34123412
}
3413-
//step-2: create param tensor for mulmat of 2d matrix
3413+
//step-2: create param tensor for mulmat of 2d/3d/4d matrix
34143414
const uint32_t param_tensor_data[GGML_MAX_DIMS][GGML_MAX_DIMS] = {
34153415
{0},
34163416
{1, 0},

0 commit comments

Comments
 (0)