ggml-zdnn: switch buffers back and set to arbitrary number
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
63fbc45ed6
commit
da2e0e70ba
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue