- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Allocateing 128 element fifo:
fifo = Fifo('test_fifo', FifoType.HOST_WO)
fifo_size = 128
fifo.allocate(device, graph.get_option(GraphOption.RO_INPUT_TENSOR_DESCRIPTORS)[0], fifo_size)
data = np.empty(shape=(32, 32)).astype(np.float32)
for i in range(fifo_size):
print(i)
fifo.write_elem(data, None)
write_elem
starts blocking on iteration 64.
Is there some hidden limit to fifo sizes?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@gasparka This is unintended and the limit shouldn't be 64. Thanks for reporting this bug. Appreciate your help!

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page