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 sympy --analytic option to NMODL produces code that crashes on GPU.
The same models pass on GPU if this option is not passed.
This option is enabled by the +sympy variant of the CoreNEURON Spack recipe.
and build (with NVHPC compilers etc.). Two (three, counting the results comparison) tests should fail: channel_benchmark_Hippo::coreneuron_gpu and channel_benchmark_Hippo::coreneuron_gpu_offline.
The
sympy --analyticoption to NMODL produces code that crashes on GPU.The same models pass on GPU if this option is not passed.
This option is enabled by the
+sympyvariant of the CoreNEURON Spack recipe.Reproducing
One way is to use the
channel-benchmarktests as added in neuronsimulator/nrn#1439.and build (with NVHPC compilers etc.). Two (three, counting the results comparison) tests should fail:
channel_benchmark_Hippo::coreneuron_gpuandchannel_benchmark_Hippo::coreneuron_gpu_offline.