[Mlir-commits] [mlir] [mlir][sparse][nfc] replace sparse_tensor.pointers in docs (PR #181636)

Aart Bik llvmlistbot at llvm.org
Mon Feb 16 17:22:21 PST 2026


aartbik wrote:

We changed "pointers" to "positions" in 84cd51bb97d5014195e50d9358478d1e450338b6 because pointers were often misunderstood for actual memory addresses, whereas they are simply integer offsets into other arrays. So this change is good. thanks!

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


More information about the Mlir-commits mailing list