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

What does NengoLoihi use while running an SNN ? #331

Open
sauravtii opened this issue Oct 14, 2022 · 1 comment
Open

What does NengoLoihi use while running an SNN ? #331

sauravtii opened this issue Oct 14, 2022 · 1 comment

Comments

@sauravtii
Copy link

sauravtii commented Oct 14, 2022

Hello!

I tried out this tutorial, but I am not sure what it used to simulate the SNN (an emulator of Loihi or the actual Loihi chip). I also referred this and found out that it uses the actual Loihi hardware if available but in other case it uses an emulator. Please refer to this for that statement.
How can I know, whether my SNN is running on the actual hardware or an emulator ?

@hunse
Copy link
Collaborator

hunse commented Oct 21, 2022

You can be specific about whether the emulator or actual Loihi is used by setting the target parameter when creating your nengo_loihi.Simulator. By default, if NxSDK is installed then NengoLoihi will try to use actual hardware (and fail if it can't find it), otherwise it will use the emulator.

For future questions, please consider posting to our forum.

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

2 participants