File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -3314,8 +3314,6 @@ static void evaluate_and_capture_cuda_graph(ggml_backend_cuda_context * cuda_ctx
33143314 }
33153315
33163316#ifdef USE_CUDA_GRAPH
3317- // THIREUS
3318- printf (" Thireus: USE_CUDA_GRAPH ON\n " );
33193317 if (use_cuda_graph && cuda_graph_update_required) { // End CUDA graph capture
33203318 if (cuda_ctx->cuda_graph ->graph != nullptr ) {
33213319 CUDA_CHECK (cudaGraphDestroy (cuda_ctx->cuda_graph ->graph ));
@@ -3339,8 +3337,6 @@ printf("Thireus: USE_CUDA_GRAPH ON\n");
33393337 // Launch graph
33403338 CUDA_CHECK (cudaGraphLaunch (cuda_ctx->cuda_graph ->instance , cuda_ctx->stream ()));
33413339#else
3342- // THIREUS
3343- printf (" Thireus: USE_CUDA_GRAPH OFF\n " );
33443340 graph_evaluated_or_captured = true ;
33453341#endif // USE_CUDA_GRAPH
33463342 }
You can’t perform that action at this time.
0 commit comments