Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nagfor workaround #122

Merged
merged 2 commits into from
Mar 1, 2024
Merged

Nagfor workaround #122

merged 2 commits into from
Mar 1, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Feb 29, 2024

This PR works around all compile-time issues identified when building with the nagfor compiler. This PR contains the first commit that enables the nagfor compiler to build all of inference-engine. Because all tests still pass with gfortran 13.2.0, this PR is safe to merge.

Unit test status with the nagfor compiler:

  • Passing:
    • hyperparameters_test_m
    • network_configuration_test_m
    • training_configuration_test_m
  • Failing:
    • inference_engine_test_m
  • Crashing:
    • asymmetric_engine_test_m
    • trainable_engine_test_m

This is the first commit that enables the NAG compiler to compile
all of inferenece-engine.  However, a runtime error occurs on the
first set of unit tests: inference_engine_test_m.
Unit test status with the nagfor compiler:

* Passing:
  - hyperparameters_test_m
  - network_configuration_test_m
  - training_configuration_test_m
* Failing:
  - inference_engine_test_m
* Crashing:
  - asymmetric_engine_test_m, trainable_engine_test_m
@rouson rouson merged commit 5a51d22 into main Mar 1, 2024
4 checks passed
@rouson rouson deleted the nagfor-workaround branch March 1, 2024 14:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant