You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 tonengo-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.
The text was updated successfully, but these errors were encountered:
Working on a demo I added
nengo-fpga
as a backend to the GUI (innengo_gui/exec_env.py
).I can switch between
nengo
andnengo-ocl
backends freely, and from either of these tonengo-fpga
. However, I cannot switch back fromnengo-fpga
to eithernengo
ornengo-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 thenengo-fpga
backend, the FPGA is built and properly connected, but switching back tonengo
doesn't disconnect or cause the model to rebuild the FPGA network with the dummy ensemble, so it hangs.The text was updated successfully, but these errors were encountered: