ROCm / triton

Development repository for the Triton language and compiler
MIT License
83 stars 27 forks source link

[Backend] Refactor sharedToDotOperandMFMA lowering #439

Closed zhanglx13 closed 7 months ago

zhanglx13 commented 8 months ago

This PR

Before we enable vector access to LDS for non k-major tensors, here are our conventions about LDS accesses:

Note

zhanglx13 commented 7 months ago

but I suggest to fallback to normal path if operand is non-k major.

@alefimov-amd I assume you meant fallback to normal path even if swizzling is disabled for k-major tensor.