nmodl icon indicating copy to clipboard operation
nmodl copied to clipboard

Do a proper compatibility/capability check before generating backend code

Open ohm314 opened this issue 6 years ago • 1 comments

All checks we are doing now before emitting ISPC code are rather fragile. When redoing the code generation framework we should take care that for the various backends (ISPC, cuda, openacc, ...) there is a robust way to check if a compute routine (and dependent code) can be emitted for that target or it has to fallback.

ohm314 avatar Mar 26 '19 10:03 ohm314

Should be close with #962 and #963?

alkino avatar Oct 11 '22 12:10 alkino