This patch allows AnyType as input type of tensor.splat. Previsously,
only integer and float types were allowed. The patch thus applies the
philosophy of the introduction of the dialect documentation, which says
that ops should "make sense for any tensor element type" (which is the
case for SplatOp).
Details
Details
- Reviewers
nicolasvasilache ftynse springerm
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo