Skip to content
This repository has been archived by the owner on Jul 8, 2022. It is now read-only.

Missing bricks in first frame after load_equalizer change #62

Closed
eile opened this issue Jun 30, 2015 · 4 comments
Closed

Missing bricks in first frame after load_equalizer change #62

eile opened this issue Jun 30, 2015 · 4 comments
Assignees
Labels

Comments

@eile
Copy link
Contributor

eile commented Jun 30, 2015

Some bricks are missing for one frame when the load_eq changes the tiling, even though they should be on GPU memory.

@eile eile added the bug label Jun 30, 2015
@eile eile assigned eile and bilgili and unassigned eile Jun 30, 2015
@eile
Copy link
Contributor Author

eile commented Jun 30, 2015

Can be observed easily with the default Dynamic2D layout on a multi-GPU machine

@bilgili
Copy link
Contributor

bilgili commented Jul 23, 2015

This issue is a result of having one dash tree per node. Each channel is modifying the same dash tree according to their own view. We tried with multiple nodes (means multiple dash trees) and it is working with "Dynamic2D" config.

The solution is to have a dash context per channel. In current architecture this is possible using multiple connections from/to dash processors but in this case the triggering of the right input/right output should be tracked.

If we are going to switch from dash ( where I will vote for that ) to boost::future, boost::async and threadpool based pipeline implementation, this is not necessary for now.

@bilgili
Copy link
Contributor

bilgili commented Jun 21, 2016

@eile : can you check this is still an issue for you ? I have tested with Dynamic2D, Static2D configs, it look like it is working fine.

@eile eile self-assigned this Jul 1, 2016
@eile
Copy link
Contributor Author

eile commented Aug 30, 2016

Confirmed, works.

@eile eile closed this as completed Aug 30, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants