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

Work around ifx bug #142

Merged
merged 2 commits into from
Apr 10, 2024
Merged

Work around ifx bug #142

merged 2 commits into from
Apr 10, 2024

Conversation

rouson
Copy link
Contributor

@rouson rouson commented Apr 10, 2024

No description provided.

Damian Rouson added 2 commits April 9, 2024 19:29
More training iterations in the trainable_engine_test_m function
xor_gate_with_random_weights() yields a test that is less
sensitive to the specific random number sequence used to
initialize network weights.  However, large number of iterations
cause the test suite to crash when compiled with the Intel ifx
compiler due to an apparent compiler bug.  This commit therefore
set the number of iterations for which the test suite currently
passes with the gfortran, ifx, and NAG compilers.
The previous tolerance (1.E-08) in the tensor_range_test_m function
map_to_from_training_range() was slightly too strict for default-
real arithmetic. This commit increases the tolerance to 1.E-07.
@rouson rouson requested a review from ktras April 10, 2024 02:47
Copy link
Collaborator

@ktras ktras left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ktras ktras merged commit e656682 into main Apr 10, 2024
4 checks passed
@ktras ktras deleted the work-around-ifx-bug branch April 10, 2024 15:47
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.

2 participants