This is useful for the case that we don't need to implement
reifyReturnTypeShapes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
SG, one could also just do InferTensorType<> previously I believe where this would allow InferTensorType without <>.
I actually wonder if the above needs the extra .traits, may have been a point in time, I'd expect
def InferTensorTypeWithReify : InferTensorTypeBase<"reifyReturnTypeShapes">;
to be sufficient.