Skip to content

Commit

Permalink
ggml-qnn: fix a minior typo in internal doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwg committed Feb 22, 2025
1 parent 9fa0765 commit 179b277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-qnn/ggml-qnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3410,7 +3410,7 @@ static void ggml_qnn_mul_mat(ggml_backend_t backend, ggml_tensor * op) {
GGMLQNN_LOG_INFO("can't create qnn graph handle with graph name %s, error = %d\n", graph_name.c_str(), error);
return;
}
//step-2: create param tensor for mulmat of 2d matrix
//step-2: create param tensor for mulmat of 2d/3d/4d matrix
const uint32_t param_tensor_data[GGML_MAX_DIMS][GGML_MAX_DIMS] = {
{0},
{1, 0},
Expand Down

0 comments on commit 179b277

Please sign in to comment.