cont : remove obsolete comment [no ci]

This commit is contained in:
Georgi Gerganov 2025-11-02 10:16:17 +02:00
parent bdb43f6e9c
commit 29330dcb55
No known key found for this signature in database
GPG Key ID: 449E073F9DC10735
1 changed files with 0 additions and 1 deletions

View File

@ -3249,7 +3249,6 @@ struct clip_model_loader {
} }
} }
// return false if at least one op is not supported by the backend
static support_info_graph alloc_compute_meta(clip_ctx & ctx_clip) { static support_info_graph alloc_compute_meta(clip_ctx & ctx_clip) {
const auto & hparams = ctx_clip.model.hparams; const auto & hparams = ctx_clip.model.hparams;
ctx_clip.buf_compute_meta.resize(ctx_clip.max_nodes * ggml_tensor_overhead() + ggml_graph_overhead()); ctx_clip.buf_compute_meta.resize(ctx_clip.max_nodes * ggml_tensor_overhead() + ggml_graph_overhead());