[Mlir-commits] [mlir] [mlir][amdgpu] Add `amdgpu.swizzle_bitmode` op (PR #135513)

Ivan Butygin llvmlistbot at llvm.org
Tue Apr 15 23:07:32 PDT 2025


Hardcode84 wrote:

`ds_swizzle` can work in either `QDMode` or `BitMode`, controlled by bit 15 in offset https://gpuopen.com/learn/amd-gcn-assembly-cross-lane-operations/, I only need `BitMode` variant for now.

https://github.com/llvm/llvm-project/pull/135513


More information about the Mlir-commits mailing list