-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
Hi. Thanks for your help (#22), I can pass this issue.
After this,
When I run
vnnx_compile -c V1000 -t *_truncated_full_integer_quant.tflite -o *.vnnx
I suspect the problem is that data_bytes > 2,147,483,647, which exceeds the range of a signed 32-bit integer (int).
So I have a question:
Is this limit (on data_bytes) a hard constraint imposed by the VectorBlox hardware/compiler, or is it just a software limitation due to using a 32-bit integer type?
In other words, if I modify the SDK to use a larger type like long or uint64_t, would it be possible to compile and run such a large model?
Or is there a fundamental restriction in the VectorBlox runtime or hardware?
I couldn't find any documentation that clearly states the maximum allowed data_bytes, so I wanted to ask directly.
Thanks again!
Metadata
Metadata
Assignees
Labels
No labels
