feat: support tile dynamo converter#2402
Conversation
557cb25 to
58c8f2f
Compare
| shapes = [] | ||
| for i, (s, d) in enumerate(zip(input.shape, dims)): | ||
| shapes.append( | ||
| impl.elementwise.mul(ctx, target, source_ir, f"{name}_mul_{i}", s, d) |
There was a problem hiding this comment.
Why do we need this part, if in the function definition the dims is Sequence[int]?
I am assuming it is for the case where the dims is a sequence of ITensors? Then accordingly maybe the function definition needs to be changed?
There was a problem hiding this comment.
Yes, the else part is not needed. Thanks for comments!
|
Hi - generally |
|
Hi, in the tests we pass in |
|
In that case, we should be typing everything with |
d4a83ac to
222902d
Compare
222902d to
4d71e91
Compare
Description
Support
tiledynamo converter. This is a part ofsliceconverter.Fixes part of #2215
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: