Skip to content

Commit 899351e

Browse files
committed
disable sched SET_CAUSE
1 parent d1faeca commit 899351e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-backend.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1508,7 +1508,7 @@ static int ggml_backend_sched_backend_from_buffer(ggml_backend_sched_t sched, co
15081508
return -1;
15091509
}
15101510

1511-
#if 1
1511+
#if 0
15121512
#define GGML_SCHED_MAX_SPLITS_DEBUG 4096
15131513
static char causes[GGML_DEFAULT_GRAPH_SIZE*16 + GGML_SCHED_MAX_SPLITS_DEBUG*GGML_SCHED_MAX_SPLIT_INPUTS][128]; // debug only
15141514
#define SET_CAUSE(node, ...) sprintf(causes[hash_id(node)], __VA_ARGS__)

0 commit comments

Comments
 (0)