From 04bd26058bd6ca3d17ba456c94eb03ce94ed0a8b Mon Sep 17 00:00:00 2001 From: Xiangyan Sun Date: Mon, 1 Dec 2025 23:18:05 -0800 Subject: [PATCH] Fix trailing whitespace --- ggml/src/ggml-cuda/ggml-cuda.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml/src/ggml-cuda/ggml-cuda.cu b/ggml/src/ggml-cuda/ggml-cuda.cu index 24d2ad8d16..feedef8527 100644 --- a/ggml/src/ggml-cuda/ggml-cuda.cu +++ b/ggml/src/ggml-cuda/ggml-cuda.cu @@ -3328,7 +3328,7 @@ static void evaluate_cuda_graph(ggml_backend_cuda_context * cuda_ctx, ggml_cuda_ } #endif prev_i = i; - + if (ggml_is_empty(node) || node->op == GGML_OP_RESHAPE || node->op == GGML_OP_TRANSPOSE || node->op == GGML_OP_VIEW || node->op == GGML_OP_PERMUTE || node->op == GGML_OP_NONE) { continue; }