inference-engine
inference-engine copied to clipboard
Merge multi-precision support into main
This PR is will be ready merge either when gfortran's support for parameterized derived types (PDTs) has been fixed or we have decided to drop support for gfortran.
The develop branch that this PR will merge into main resulted from merging our two primary development branches:
- The
parallelbranch added support for automatic parallelization of training viado concurrent. - The
parameterized-derived-typesbranch added the ability to support both default-realanddouble precisioninference without requiring recompiling.
The latter two branches have been deleted in order to clarify the path forward. Starting now, new work should branch off of develop.