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

Remove numGPUs/ithGPUs argument from CARLsim constructor #51

Open
hkashyap opened this issue Nov 25, 2017 · 2 comments
Open

Remove numGPUs/ithGPUs argument from CARLsim constructor #51

hkashyap opened this issue Nov 25, 2017 · 2 comments
Assignees
Labels

Comments

@hkashyap
Copy link
Contributor

No description provided.

@benballintyn
Copy link

I am wondering about this. For CARLsim4 do we still need to specify which GPU want want to run on (e.g. 0, 1, 2, etc..) or is this being taken care of by CARLsim. In the printed output from sim.runNetwork() I no longer see anything specifying which GPU it was run on.

@hkashyap
Copy link
Contributor Author

hkashyap commented Sep 1, 2018

In CARLsim4, you do not need to specify the CPU/GPU ID at the CARLsim constructor. This is because you can use a separate CPU core or GPU card for each neuron group. Therefore, you specify the desired CPU/GPU at group level, through the createGroup() function. This section of the user guide discusses this:
http://uci-carl.github.io/CARLsim4/ch12_advanced_topics.html#ch12s3_multi_gpu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants