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

[CI] Add TARGET_ANYGPU #2664

Open
atamazov opened this issue Jan 11, 2024 · 0 comments
Open

[CI] Add TARGET_ANYGPU #2664

atamazov opened this issue Jan 11, 2024 · 0 comments

Comments

@atamazov
Copy link
Contributor

atamazov commented Jan 11, 2024

Add TARGET_ANYGPU and use it here and everywhere.

    expression { params.TARGET_ANYGPU }

Use case: The user wants to avoid usage of any gfx908 nodes. Clearing the params.TARGET_GFX908 flag does not guarantee this because ANYGPU stages occupy the 1st available node, which could be gfx908. Disabling ANYGPU stages is only possible via disabling Vega, gfx908 and gfx90a targets, which is not what the user wants.

With the new flag, the user can clear params.TARGET_GFX908 and params.TARGET_ANYGPU and obtain the desired effect.

Originally posted by @atamazov in #2631 (comment)

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

No branches or pull requests

1 participant