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

[AMD] Partially enable test_convert_mma2mma_cases for AMD target #5495

Merged
merged 2 commits into from
Jan 3, 2025

Conversation

binarman
Copy link
Contributor

This PR fixes case filtering and adds AMD specific layout pairs.

This PR fixes case filtering and adds AMD specific layout pairs.
@pytest.mark.parametrize("dtype", ['float16'])
@pytest.mark.parametrize("mma_pair", filter_layouts(mma_pairs))
Copy link
Contributor Author

Choose a reason for hiding this comment

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

filter_layouts expect list of layouts, but here we pass list of lists of layouts.
It works as expected by chance, because is_layout_applicable returns True by default if nvidia backend is used.

@antiagainst antiagainst marked this pull request as ready for review January 2, 2025 23:57
@antiagainst antiagainst requested a review from ptillet as a code owner January 2, 2025 23:57
@antiagainst antiagainst merged commit f5e949f into triton-lang:main Jan 3, 2025
7 checks passed
makslevental pushed a commit to makslevental/triton that referenced this pull request Jan 13, 2025
This PR fixes case filtering and adds AMD specific layout pairs.
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.

2 participants