[mlir][sparse][vectorization] implement "index" vectorization
This adds the capability to vectorize computations like a[i] = i. This also generalizes the supported unary and binary ops and adds a test for each to ensure actual SIMD code can result. Reviewed By: bixia Differential Revision: https://reviews.llvm.org/D138956
Loading
Please sign in to comment