Skip to content

Commit 98d4e55

Browse files
committed
Style: Adds missing newline
1 parent dd95edf commit 98d4e55

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2643,6 +2643,7 @@ static enum ggml_status ggml_backend_cuda_graph_compute(ggml_backend_t backend,
26432643
bool graph_evaluated_or_captured = false;
26442644

26452645
evaluate_and_capture_cuda_graph(cuda_ctx, cgraph, ggml_cuda_cpy_fn_ptrs, graph_evaluated_or_captured, use_cuda_graph, cuda_graph_update_required);
2646+
26462647
return GGML_STATUS_SUCCESS;
26472648
}
26482649

0 commit comments

Comments
 (0)