Skip to content

Commit ff3fd43

Browse files
committed
ggml-qnn: make CI happy
1 parent bba6855 commit ff3fd43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -566,4 +566,4 @@ void ggml_qnn_get_rows(ggml_backend_qnn_context * ctx, ggml_tensor * dst) {
566566
}
567567

568568
void ggml_qnn_rope(ggml_backend_qnn_context * ctx, ggml_tensor * dst) {
569-
}
569+
}

ggml/src/ggml-qnn/ggml-qnn-ops.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ void ggml_qnn_timestep_embedding(ggml_backend_qnn_context * ctx, ggml_tensor * d
4949
void ggml_qnn_cpy(ggml_backend_qnn_context * ctx, ggml_tensor * dst);
5050
void ggml_qnn_softmax(ggml_backend_qnn_context * ctx, ggml_tensor * dst);
5151
void ggml_qnn_get_rows(ggml_backend_qnn_context * ctx, ggml_tensor * dst);
52-
void ggml_qnn_rope(ggml_backend_qnn_context * ctx, ggml_tensor * dst);
52+
void ggml_qnn_rope(ggml_backend_qnn_context * ctx, ggml_tensor * dst);

0 commit comments

Comments
 (0)