Adapt fusion on tensors to support structured ops taking scalar operands.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
So not related to this particular change, but does the fusion of operations where one of the operands was previously say a tensor<f32> and is now just f32 type work?
Comment Actions
Using the new interface it should since there is an indexing map etc. The producer of the scalar will never be fused though since it cannot be another linalg operation.