Skip to content

[Flang] Disable Global Filtering pass by default #236

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

Conversation

DominikAdamski
Copy link

Global Filtering Passs was created to fix linking issues
for old clang driver. This pass is not upstreamed
and we can switch it off by default for flang-new and the new clang driver.
The user can still turn on it by setting -foffload-global-filtering flag.

This is the first step to completely remove global filtering pass
from ATD branch and to minimize delta between ATD and upstream branches.

Global Filtering Passs was created to fix linking
issues for old clang driver. This pass is not upstreamed
and we can switch it off for flang-new and the new clang
driver. The user can still turn it by setting
`-foffload-global-filtering' flag.

This is the first step to completely remove global filtering
pass from ATD branch and to minimize delta between ATD and upstream
branches.
Copy link

@ergawy ergawy left a comment

Choose a reason for hiding this comment

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

LGTM

@skatrak
Copy link
Member

skatrak commented Jan 7, 2025

This seems fine to me as well. However, have you checked whether it will cause any lit/smoke tests that relied on it to break unless the -foffload-global-filtering flag is passed explicitly?

@DominikAdamski
Copy link
Author

This seems fine to me as well. However, have you checked whether it will cause any lit/smoke tests that relied on it to break unless the -foffload-global-filtering flag is passed explicitly?
@skatrak I haven't observed any regression.

@DominikAdamski DominikAdamski merged commit 4f083b3 into ROCm:amd-trunk-dev Jan 8, 2025
3 of 5 checks passed
searlmc1 added a commit that referenced this pull request Feb 3, 2025
…amdeng/amd-mainline-gfx950-master

[AMDGPU] Add gfx950 support.
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.

3 participants