This crash was due to incorrect usage of hasTensorSemantics, which has changed recently with DestinationStyleOpInterface. An op has tensor semantics if all of its inits and inputs are tensors. Previously, only inits needed to be tensors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo