Skip to content

Conversation

@dfalbel
Copy link
Member

@dfalbel dfalbel commented Jun 1, 2022

This would allow calling JIT registered operators without the need to manually create wrappers in C++.
For future reference:

We need to port the logic here into R: https://github.com/pytorch/pytorch/blob/47834679ba2f869e66450a74e2add4c04f0006e9/torch/csrc/jit/python/pybind_utils.h#L874-L947

Once we have it, next step should be similar to simply calling the found operation:

https://cs.github.com/pytorch/pytorch/blob/47834679ba2f869e66450a74e2add4c04f0006e9/torch/csrc/jit/python/pybind_utils.h#L1182

@dfalbel dfalbel added the lantern Use this label if your PR affects lantern so it's built in the CI label Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lantern Use this label if your PR affects lantern so it's built in the CI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants