Uh oh!
There was an error while loading. Please reload this page.
Disambiguate kind parameters - #232
Merged
Merged
Conversation
By renaming the kind parameter to extended types trainable_network_t and training_configuration_t, this commit fixes an issue identified by the Intel ifx compiler. The previous names for these public components conflicted with then names of the corresponding parent type's public component.
This commit changes several file name extensions from .f90 to .F90 so most compilers will automatically preprocess the reanmed files.
This commit removes several uses of the __INTEL preprocessor macro that are no longer needed with ifx 2025.0.0 Build 20241008.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
By renaming the kind parameter for extended types
trainable_network_tandtraining_configuration_t, this PR fixes an issue identified by the Intelifxcompiler. The previous names for these public components conflicted with the names of the corresponding parent type's public component.