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

Cannot switch back from nengo-fpga backend in the GUI #51

Open
bmorcos opened this issue Feb 12, 2020 · 0 comments
Open

Cannot switch back from nengo-fpga backend in the GUI #51

bmorcos opened this issue Feb 12, 2020 · 0 comments

Comments

@bmorcos
Copy link
Contributor

bmorcos commented Feb 12, 2020

Working on a demo I added nengo-fpga as a backend to the GUI (in nengo_gui/exec_env.py).

I can switch between nengo and nengo-ocl backends freely, and from either of these to nengo-fpga. However, I cannot switch back from nengo-fpga to either nengo or nengo-ocl.

I haven't looked into this since it doesn't seem like a frequent use case, but my random guess:
I use the FpgaPesEnsembleNetwork with the other backends, and this simple uses the dummy ensemble inside the FPGA network object. Once I switch to the nengo-fpga backend, the FPGA is built and properly connected, but switching back to nengo doesn't disconnect or cause the model to rebuild the FPGA network with the dummy ensemble, so it hangs.

xchoo added a commit that referenced this issue Mar 6, 2020
- Corrected PR link from #51 to #52.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant