Skip to content

Commit 5e20cb8

Browse files
committed
Update common.cuh
1 parent 3c59e1f commit 5e20cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cuda/common.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ struct ggml_tensor_extra_gpu {
807807
#if ((CUDART_VERSION >= 12000) && defined(GGML_CUDA_USE_GRAPHS) || GGML_USE_HIP)
808808
#define USE_CUDA_GRAPH
809809
// THIREUS
810-
GGML_LOG_INFO("Thireus: USE_CUDA_GRAPH ON\n");
810+
fprintf(stderr, "Thireus: USE_CUDA_GRAPH ON\n");
811811
#endif
812812

813813
struct ggml_graph_node_properties {

0 commit comments

Comments
 (0)