linalg.generic can also take scalars instead of tensors, which
tensor.cast doesn't support. We don't have an easy way to cast between
scalars and tensors so just keep the linalg.generic in those cases.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo