You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
+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
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 togenerate_catalogue
(theARB_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.The text was updated successfully, but these errors were encountered: