Skip to content

Commit e8753e1

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ggml/src/ggml-cuda.cu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3339,6 +3339,8 @@ printf("Thireus: USE_CUDA_GRAPH ON\n");
33393339
// Launch graph
33403340
CUDA_CHECK(cudaGraphLaunch(cuda_ctx->cuda_graph->instance, cuda_ctx->stream()));
33413341
#else
3342+
// THIREUS
3343+
printf("Thireus: USE_CUDA_GRAPH OFF\n");
33423344
graph_evaluated_or_captured = true;
33433345
#endif // USE_CUDA_GRAPH
33443346
}

0 commit comments

Comments
 (0)