Replies: 5 comments 3 replies
|
Is it currently failing in torch.export.export? You would probably get better support in pytorch/pytorch issues. cc @tugsbayasgalan @angelayi |
0 replies
|
@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 |
0 replies
|
Yeah I'd be curious to see your implementation of |
0 replies
|
My and |
2 replies
|
This is fixed. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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:
All reactions