Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid multiple computation of ERI blocks for CVS calculations #107

Open
maxscheurer opened this issue Dec 10, 2020 · 0 comments
Open

Avoid multiple computation of ERI blocks for CVS calculations #107

maxscheurer opened this issue Dec 10, 2020 · 0 comments
Labels
performance Speed or efficiency

Comments

@maxscheurer
Copy link
Member

Right now the computation of ERI blocks is pretty optimal for importing full ADC ERI blocks, but for CVS blocks are computed multiple times. E.g. o1v1v1v1 triggers a computation of OVVV in the host program, then this block is flushed and o2v1v1v1 will again trigger the computation of this block, followed by a flush. It would be good to compute such blocks in a batch to avoid this behaviour.

@maxscheurer maxscheurer added the performance Speed or efficiency label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Speed or efficiency
Projects
None yet
Development

No branches or pull requests

1 participant