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

build-catalogue doesn't build GPU mechanisms #1776

Closed
noraabiakar opened this issue Nov 26, 2021 · 2 comments · Fixed by #1784
Closed

build-catalogue doesn't build GPU mechanisms #1776

noraabiakar opened this issue Nov 26, 2021 · 2 comments · Fixed by #1784
Assignees

Comments

@noraabiakar
Copy link
Contributor

The build-catalogue script generates the GPU mechanisms but does not build them.

Part of the issue is the missing -B gpu flag in the call to generate_catalogue (the ARB_WITH_GPU cmake flag isn't set in the arbor-config file). But fixing that will only enable the compilation of the .cpp files of the GPU mechanisms, not the .cu files, which may need to be compiled by a different compiler.

@llandsmeer
Copy link
Contributor

+1 I just finished the jupyter notebook that runs my model on arbor master. Works great on the CPU at 30s/10ms, but on the GPU it fails with RuntimeError: missing implementation for mechanism ca_conc in catalogue

@llandsmeer
Copy link
Contributor

Even a --gpu flag to only build the GPU mechanisms but not the CPU ones would be perfect already - the network does not run on the CPU anyway

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

Successfully merging a pull request may close this issue.

3 participants