inference-engine icon indicating copy to clipboard operation
inference-engine copied to clipboard

A deep learning library for use in high-performance computing applications in modern Fortran

Results 18 inference-engine issues
Sort by recently updated
recently updated
newest added

This PR works around issues that arise when the following build command is used to tell the `ifx` compiler to automatically offload `do concurrent` constructs to a GPU: ``` fpm...

There is a workaround for a nagfor bug in the `src` dir that can be removed because the latest version of nagfor should have fixed this. - [ ] Remove...

Check `do-concurrent` `reduce` locality specifier support on different compilers that we are or hope to use to compiler `inference-engine`, as we may want to add said locality specifier to the...

After new version of ifx released, remove bug workarounds where can. - [ ] Remove `ifdef` related to `associate-stmt` in `get_key_value` in `inference_engine_s.F90` - [ ] Try to remove `ifdef`...

./setup.sh runs under directories inference-engine and inference-engine/cloud-microphysics However ./build/run-fpm.sh run train-cloud-microphysics -- --base training --epochs 10 --start 720 does not run in inference-engine/cloud-microphysics

Update README based on new directory changes, see comment posted by @rouson in https://github.com/BerkeleyLab/inference-engine/pull/108#discussion_r1456340702_

Add cloud-microphysics setup script to CI See comment posted by @rouson in https://github.com/BerkeleyLab/inference-engine/pull/108#discussion_r1456354091_

Create-numerics-type on the parts of `inference_engine_t` that are needed for inference