-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add onnx reverse sequence op #7771
Conversation
@alter-xp Thanks for the contribution! Can you rebase to fix the merge conflict and fix lint? It looks great from a quick pass. |
a24d77b
to
330bf73
Compare
It looks like somehow to test is failing on GPU. Is that something you can debug? If you don't have access to a machine with an nvidia GPU, I can take a look. |
@alter-xp Pinging again. This op is cropping into my view on a model, so I'd like to get this merged. I'm also interested in seeing these tests enabled as part of this PR: tvm/tests/python/frontend/onnx/test_forward.py Lines 4227 to 4228 in cea7cf1
Is this something you can get back to? Thanks! |
@mbrookhart OMG, I haven't paid attention to this PR during this time. Let me see what causes the error. |
|
e255694
to
b80364c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks @alter-xp |
Co-authored-by: xp224797 <[email protected]>
Co-authored-by: xp224797 <[email protected]>
Co-authored-by: xp224797 <[email protected]>
add onnx reverse sequence op