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

Default value for long jump positive and negative #1919

Merged
merged 1 commit into from
May 21, 2024

Conversation

AlexBrownAMD
Copy link
Collaborator

I recently changed the long jump function to accept a parameter to optionally reuse temp registers (to reduce peak sgprs). The parameter defaults to None, and then allocates temp registers internally.
The previous change did not set a default "None" for the positive/negative versions, which can cause build errors for some kernel combos. This change sets a default to fix the build.

Copy link
Contributor

@nakajee nakajee left a comment

Choose a reason for hiding this comment

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

The change looks good.
Let's make sure if all tests pass or not.

@AlexBrownAMD AlexBrownAMD merged commit 1664040 into ROCm:develop May 21, 2024
15 checks passed
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.

None yet

2 participants