Skip to content

Commit ab40e66

Browse files
committed
remove outdated comment
1 parent a4c9b90 commit ab40e66

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ggml-cuda.cu

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2585,8 +2585,6 @@ GGML_CALL static enum ggml_status ggml_backend_cuda_graph_compute(ggml_backend_t
25852585
bool graph_evaluated_or_captured = false;
25862586

25872587
while (!graph_evaluated_or_captured) {
2588-
// Temporarily avoid indenting here (and below the following if) to make code review easier
2589-
25902588
// Only perform the graph execution if CUDA graphs are not enabled, or we are capturing the graph.
25912589
// With the use of CUDA graphs, the execution will be performed by the graph launch.
25922590
if (!use_cuda_graph || cuda_graph_update_required) {

0 commit comments

Comments
 (0)