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 4a7a909 commit 7f03a40Copy full SHA for 7f03a40
ggml/src/ggml-hexagon/ggml-hexagon.cpp
@@ -405,9 +405,7 @@ static enum ggml_status ggml_backend_hexagon_buffer_init_tensor(ggml_backend_buf
405
(int) ctx->repack);
406
407
if (tensor->view_src != NULL && tensor->view_offs == 0) {
408
- // Just a view, reuse the same extra info
409
- tensor->flags = tensor->view_src->flags;
410
- tensor->extra = tensor->view_src->extra;
+ ; // nothing to do for the view
411
} else {
412
if (!ctx->mapped) {
413
ctx->mmap();
0 commit comments