-
Notifications
You must be signed in to change notification settings - Fork 8
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 build multi-area model on Windows #11
Comments
This is an interesting one. All our machines with GPUs capable of running the full-scale model use Linux so I hadn't really tried building the multi-area model on Windows before. However, I can confirm that I can reproduce this on my machine and will investigate whether there's anything we can do to fix this issue. |
All right, thank you so much! As to Linux, it does work fine. |
After some investigation, genn-team/genn#407 (basically setting PreferredToolArchitecture=x64 deep within GeNN) fixes the error you found but then genn-team/genn#408 happens which is going to be harder to fix. Basically, the conclusion is that models with 10s of thousands of populations can't currently be compiled on Windows. |
Wow, nice. I'll have a try. For I am not good at C++, I couldn't help fix it, so I'll wait for your good news. |
Hi, I was running this code, and I encountered a problem. When I ran it, it got stuck in runner.cc, the CPU seemed still worked, and the error said
I Googled it and it told me to run command
set PreferredToolArchitecture=x64
in the terminal, which I did and it didn't work.I am using intel i5-8500, 16GB RAM and Geforce 1060 6GB.
The text was updated successfully, but these errors were encountered: