Skip to content

Disambiguate kind parameters - #232

Merged
rouson merged 3 commits into
mainfrom
disambiguate-kind-parameters
Nov 28, 2024
Merged

Disambiguate kind parameters#232
rouson merged 3 commits into
mainfrom
disambiguate-kind-parameters

Conversation

@rouson

@rousonrouson commented Nov 27, 2024

Copy link
Copy Markdown
Contributor

By renaming the kind parameter for extended types trainable_network_t and training_configuration_t, this PR fixes an issue identified by the Intel ifx compiler. The previous names for these public components conflicted with the names of the corresponding parent type's public component.

rousonand others added 3 commits November 26, 2024 21:15
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.
@rouson
rouson merged commit f56fc7e into mainNov 28, 2024
@rouson
rouson deleted the disambiguate-kind-parameters branch November 28, 2024 02:19
Sign up for freeto 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

@rouson