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][BACKEND] Disable pingpong with non-local_load input. #5718

Merged
merged 6 commits into from
Jan 29, 2025

Conversation

jungpark-mlir
Copy link
Contributor

Pingpong pass only expects to handle local_load ops as A/B.
Avoid using the transform when different op is detected.

TODO: pingpong pass to be able to transform another types of ops as dot input.

Pingpong pass only expects to handle local_load ops as A/B
Avoid using the trasform when different op is detected.

#blocked = #ttg.blocked<{sizePerThread = [1, 8], threadsPerWarp = [8, 8], warpsPerCTA = [8, 1], order = [1, 0]}>
#blocked1 = #ttg.blocked<{sizePerThread = [8, 1], threadsPerWarp = [8, 8], warpsPerCTA = [1, 8], order = [0, 1]}>
#loc = loc("/home/jung/rocm/triton/python/perf-kernels/tools/tune_gemm/matmul_kernel.py":6:0)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you drop this #loc?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks for spotting this.

@antiagainst antiagainst marked this pull request as ready for review January 29, 2025 16:55
@antiagainst antiagainst requested a review from ptillet as a code owner January 29, 2025 16:55
@antiagainst antiagainst merged commit c048fcb into triton-lang:main Jan 29, 2025
7 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.

3 participants