This patch enables the vectorization of contraction ops using vector
masking. Support for vectorizing contractions is already there so this
is just adding contraction ops to the list of supported ops in
vectorizeDynamicLinalgOpPrecondition and adding a test.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo