Skip to content
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

An alternative route of Julia interface #2

Open
yebai opened this issue Apr 15, 2022 · 0 comments
Open

An alternative route of Julia interface #2

yebai opened this issue Apr 15, 2022 · 0 comments

Comments

@yebai
Copy link
Contributor

yebai commented Apr 15, 2022

MS PyNative mode seems to provide functionality similar to PyTorch. It allows dynamic graph construction without first building a graph. If that is the case, can we

  1. create a Julia wrapper for PyNative APIs using PyCall?
  2. Furthermore, is there a C API for the MS PyNative methods? If so, we can avoid the python overhead by calling into C API directly (similar to ThArrays).

In the simple case (1), it would be helpful to quickly verify whether it is a viable approach. We can look at case (2) at a later point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant