We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4c9b90 commit ab40e66Copy full SHA for ab40e66
ggml-cuda.cu
@@ -2585,8 +2585,6 @@ GGML_CALL static enum ggml_status ggml_backend_cuda_graph_compute(ggml_backend_t
2585
bool graph_evaluated_or_captured = false;
2586
2587
while (!graph_evaluated_or_captured) {
2588
- // Temporarily avoid indenting here (and below the following if) to make code review easier
2589
-
2590
// Only perform the graph execution if CUDA graphs are not enabled, or we are capturing the graph.
2591
// With the use of CUDA graphs, the execution will be performed by the graph launch.
2592
if (!use_cuda_graph || cuda_graph_update_required) {
0 commit comments