Replies: 4 comments 2 replies
-
Is it currently failing in torch.export.export? You would probably get better support in pytorch/pytorch issues. cc @tugsbayasgalan @angelayi |
Beta Was this translation helpful? Give feedback.
-
@angelayi can confirm but i'm guessing the issue might be that there's no meta kernel here. Can you follow the instructions here to add a meta kernel. https://pytorch.org/docs/stable/export.html#missing-fake-meta-abstract-kernels-for-operators |
Beta Was this translation helpful? Give feedback.
-
Yeah I'd be curious to see your implementation of |
Beta Was this translation helpful? Give feedback.
-
My
and
|
Beta Was this translation helpful? Give feedback.
-
Is there a way to define a dynamic tensor and provide it as an input parameter into a custom operator?
For example, mult4 function from examples.
Currently, it fails with an error:
Beta Was this translation helpful? Give feedback.
All reactions