mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-27 03:55:20 +00:00
ggml-opt: fix data corruption (ggml/1022)
This commit is contained in:
committed by
Georgi Gerganov
parent
9abe9eeae9
commit
02e4eaf22f
@ -819,7 +819,6 @@ struct test_case {
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: refactor so that this check is only needed once
|
||||
for (ggml_tensor * t = ggml_get_first_tensor(ctx); t != NULL; t = ggml_get_next_tensor(ctx, t)) {
|
||||
if (!ggml_backend_supports_op(backend, t)) {
|
||||
printf("not supported [%s] ", ggml_backend_name(backend));
|
||||
|
Reference in New Issue
Block a user