-
Notifications
You must be signed in to change notification settings - Fork 29
setup.py for building C++ backend #168
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
Conversation
I thought this PR would build on Python's interface to CMake: https://github.com/pytorch/pytorch/blob/master/tools/build_pytorch_libs.py#L51 Kind of like https://github.com/pytorch/pytorch/blob/master/tools/setup_helpers/cmake.py#L94 Maybe a little too heavy-handed for our purposes. |
Tested locally on Linux: OK.
|
@1e-to, please, update README. |
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.
Thanks @1e-to. LGTM. Could be merged after CI finishes.
This PR must resolve the problem from this issue #145.