From: Alberto Cabrera Pérez Date: Fri, 29 Nov 2024 12:38:45 +0000 (+0000) Subject: sycl : offload of get_rows set to 0 (llama/10432) X-Git-Tag: upstream/1.7.4~126 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=964b154a2adb7d0e655045eb3314a3407738eb9e;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp sycl : offload of get_rows set to 0 (llama/10432) --- diff --git a/ggml/src/ggml-sycl/ggml-sycl.cpp b/ggml/src/ggml-sycl/ggml-sycl.cpp index aabcdc22..808f74fa 100644 --- a/ggml/src/ggml-sycl/ggml-sycl.cpp +++ b/ggml/src/ggml-sycl/ggml-sycl.cpp @@ -4493,7 +4493,7 @@ static bool ggml_backend_sycl_device_supports_buft(ggml_backend_dev_t dev, ggml_ static int64_t get_op_batch_size(const ggml_tensor * op) { switch (op->op) { case GGML_OP_GET_ROWS: - return op->ne[1]; // this will increse the speed of prefill in test + return 0; case GGML_OP_MUL_MAT: return op->ne[1]; case GGML_OP_MUL_MAT_ID: