Skip to content

Commit 317a116

Browse files
committed
Update ggml-cuda.cu
1 parent e8753e1 commit 317a116

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ggml/src/ggml-cuda.cu

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)