Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouwg committed Jun 4, 2024
2 parents 95651be + b0c3013 commit c6573f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ggml-qnn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3363,7 +3363,6 @@ GGML_CALL static bool ggml_backend_qnn_supports_op(ggml_backend_t backend, const

//note: this function be used with proposal/refined ggml backend subsystem in this PR:
// https://github.com/ggerganov/llama.cpp/pull/7641
//
// new ggml backend(only using system memory: ggml_backend_xxx_buffer_is_host return true)
// can following this style for mixed inference between CPU&GPU / CPU&NPU very easily
GGML_CALL static bool ggml_backend_qnn_offload_op(ggml_backend_t backend, const ggml_tensor * tensor) {
Expand Down

0 comments on commit c6573f4

Please sign in to comment.