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

UCT/UCP: Fix compilation errors with armcc-22.1 #8970

Merged
merged 1 commit into from
Apr 12, 2023

Conversation

brminich
Copy link
Contributor

What

Fix compilation errors with armclang-22.1

rakhmets
rakhmets previously approved these changes Mar 27, 2023
@artemry-nv
Copy link
Contributor

Verified compilation - PASSED.

Copy link
Contributor

@yosefe yosefe left a comment

Choose a reason for hiding this comment

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

can we add arm22 to ci?

src/ucp/wireup/ep_match.c Show resolved Hide resolved
Comment on lines +74 to +76
#if !HAVE_DECL_IBV_ACCESS_ON_DEMAND
# define IBV_ACCESS_ON_DEMAND 0
#endif
Copy link
Contributor

Choose a reason for hiding this comment

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

why needed? can't we remove it from the code?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Can you pls elaborate?
Avoiding compilation failure with arm clang on specific config

Copy link
Contributor

Choose a reason for hiding this comment

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

right..
so, maybe we need to expose from UCT that ODP is disabled if IBV_ACCESS_ON_DEMAND==0?
even if it's supported by FW

@artemry-nv
Copy link
Contributor

can we add arm22 to ci?

@Al3xR01 FYI

yosefe
yosefe previously approved these changes Apr 9, 2023
Copy link
Contributor

@yosefe yosefe left a comment

Choose a reason for hiding this comment

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

pls squash

@Alexey-Rivkin
Copy link
Collaborator

@Alexey-Rivkin
Copy link
Collaborator

We can add arm22 to ci once we add arm platform support.

@yosefe yosefe merged commit fbbdece into openucx:master Apr 12, 2023
@Alexey-Rivkin
Copy link
Collaborator

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.

5 participants