From ab40e667ddbdd8eb4a5b6d0268aedb17e5375db3 Mon Sep 17 00:00:00 2001 From: slaren Date: Wed, 8 May 2024 16:37:19 +0200 Subject: [PATCH] remove outdated comment --- ggml-cuda.cu | 2 -- 1 file changed, 2 deletions(-) diff --git a/ggml-cuda.cu b/ggml-cuda.cu index f7df32267..d01797e0c 100644 --- a/ggml-cuda.cu +++ b/ggml-cuda.cu @@ -2585,8 +2585,6 @@ GGML_CALL static enum ggml_status ggml_backend_cuda_graph_compute(ggml_backend_t bool graph_evaluated_or_captured = false; while (!graph_evaluated_or_captured) { - // Temporarily avoid indenting here (and below the following if) to make code review easier - // Only perform the graph execution if CUDA graphs are not enabled, or we are capturing the graph. // With the use of CUDA graphs, the execution will be performed by the graph launch. if (!use_cuda_graph || cuda_graph_update_required) {