[Mlir-commits] [mlir] [MLIR][Vector] Add warp distribution for `vector.step` op (PR #155425)

Adam Siemieniuk llvmlistbot at llvm.org
Wed Aug 27 03:02:14 PDT 2025


adam-smnk wrote:

For the description:
> The result of the step op is a sequence vector [0,1...,N] (think SIMD) that is semantically equivalent to the warp's thread/lane id (think SIMT).

I'd specify that this holds only when `N == warp size`

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


More information about the Mlir-commits mailing list