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 3c59e1f commit 5e20cb8Copy full SHA for 5e20cb8
ggml/src/ggml-cuda/common.cuh
@@ -807,7 +807,7 @@ struct ggml_tensor_extra_gpu {
807
#if ((CUDART_VERSION >= 12000) && defined(GGML_CUDA_USE_GRAPHS) || GGML_USE_HIP)
808
#define USE_CUDA_GRAPH
809
// THIREUS
810
-GGML_LOG_INFO("Thireus: USE_CUDA_GRAPH ON\n");
+fprintf(stderr, "Thireus: USE_CUDA_GRAPH ON\n");
811
#endif
812
813
struct ggml_graph_node_properties {
0 commit comments