mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-11-08 10:07:01 +00:00
ggml-zdnn: switch buffers back and set to arbitrary number
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
@@ -119,7 +119,7 @@ struct ggml_backend_zdnn_buffer_context {
|
||||
bool owned;
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user