Controlled by a compiler option, if 32-bit indices can be handled
with zero/sign-extention alike (viz. no worries on non-negative
indices), scatter/gather operations can use the more efficient
32-bit SIMD version.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp | ||
---|---|---|
38 | Why are these options not defined using the tablegen description? |
mlir/lib/Dialect/SparseTensor/Transforms/SparseTensorPasses.cpp | ||
---|---|---|
38 | Thanks! The simple answer is that I did not know/remember that was supported ;-) Will change it right away! |
Why are these options not defined using the tablegen description?
https://mlir.llvm.org/docs/PassManagement/#options