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] Cleanup AccelerateAMDMatmulPass and enable more tests #3025

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

binarman
Copy link
Contributor

This PR cleans up some tests and reenables more dot tests

@binarman binarman force-pushed the mfma_casts_fix2 branch 2 times, most recently from d3919c6 to 2d21b0d Compare January 26, 2024 19:11
@Jokeren Jokeren changed the title [AMD] Cleanup AccelerageAMDMatmulPass and enable more tests [AMD] Cleanup AccelerateAMDMatmulPass and enable more tests Jan 26, 2024
@binarman binarman marked this pull request as ready for review January 29, 2024 12:50
@binarman
Copy link
Contributor Author

/run-amd-tests

Comment on lines 2520 to 2525
if (M, N, K) in [(64, 128, 128)]:
pytest.skip(f"test_dot{(M, N, K)} not supported on HIP: memory out of resource.")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Did not enable this test, because LDS size is not sufficient.
Looking for solution

This PR cleans up some tests and reenables more dot tests
@zhanglx13 zhanglx13 merged commit f660920 into triton-lang:main Jan 29, 2024
4 checks passed
binarman added a commit to binarman/triton that referenced this pull request Apr 2, 2024
…ang#3025)

This PR cleans up some tests and reenables more dot tests
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