Skip to content
Discussion options

You must be logged in to vote

Oh wow, that's a big model - I suspect increasing num_threads_per_spike won't actually help very much at that scale.

To manually select a GPU you can do this:

from pygenn.cuda_backend import DeviceSelect
...
model = GeNNModel("float", "my_model", device_select_method=DeviceSelect.MANUAL, manual_device_id: my_device_id)

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@OOOOOmoi
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by OOOOOmoi
Comment options

You must be logged in to vote
1 reply
@OOOOOmoi
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants