BlueBrain / nmodl

Code Generation Framework For NEURON MODeling Language
https://bluebrain.github.io/nmodl/
Apache License 2.0
57 stars 15 forks source link

Remove tests for not vectorized code. #1535

Closed 1uc closed 3 weeks ago

1uc commented 4 weeks ago

LINEAR is used to force certain tests to be not vectorized. However, there's no reason why LINEAR should prevent vectorization (we use Eigen instead of scopmath). However, it the last functioning language concept that prevents vectorization. Therefore, we'll need to remove the tests for not vectorized MOD files.