ggml-zdnn: switch buffers back and set to arbitrary number

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo
2025-07-24 02:31:22 +08:00
parent 63fbc45ed6
commit da2e0e70ba

View File

@@ -119,7 +119,7 @@ struct ggml_backend_zdnn_buffer_context {
bool owned; bool owned;
int n_buffers; int n_buffers;
std::vector<struct ggml_backend_zdnn_buffer> buffers; struct ggml_backend_zdnn_buffer buffers[999999];
}; };
// finds the zTensor that contains the tensor data // finds the zTensor that contains the tensor data