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

[feature] Create minor update versions for the Intel compiler in the default settings #9026

Closed
memsharded opened this issue May 31, 2021 · 2 comments
Assignees
Milestone

Comments

@memsharded
Copy link
Member

The intel compiler has some behavior similar to gcc, there are minor versions, that are relevant to compatibility.

version: ["11", "12", "13", "14", "15", "16", "17", "18", "19", "19.1"]

It might be necessary or useful to represent the update too:

version: ["11", "12", "13", "14", "15", "16", "17", "18", "19", "19.0.3", "19.0.5"]

The update can be 19.0.3.203, so maybe use a update = [None, "ANY"] subsetting

@ansutremel

@memsharded memsharded added this to the 1.38 milestone May 31, 2021
@memsharded memsharded modified the milestones: 1.38, 1.39 Jun 28, 2021
@franramirez688 franramirez688 self-assigned this Jul 7, 2021
@memsharded
Copy link
Member Author

It seems that #9304 IntelOneApi will require some changes to the Intel compiler definition. Lets handle these 2 issues together.

@memsharded
Copy link
Member Author

#9522 implemented this, to be released in 1.41.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants