-
Notifications
You must be signed in to change notification settings - Fork 197
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
torchao setup.py with cmake #1490
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1490
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New FailureAs of commit 8e46608 with merge base cedadc7 (): NEW FAILURE - The following job has failed:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Differential Revision: D67777662
e4f77da
to
5caab6f
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Differential Revision: D67777662
5caab6f
to
6db1789
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Differential Revision: D67777662
6db1789
to
1ca04ce
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: drisspg Differential Revision: D67777662
1ca04ce
to
2dc8d3f
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
2dc8d3f
to
16c85e8
Compare
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: kimishpatel, drisspg Differential Revision: D67777662
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: kimishpatel, drisspg Differential Revision: D67777662
16c85e8
to
fc2cbe6
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: kimishpatel, drisspg Differential Revision: D67777662
fc2cbe6
to
6dc7257
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: kimishpatel, drisspg Differential Revision: D67777662
6dc7257
to
35ecba0
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary: Initial draft of using cmake in torchao's build process. Install torchao with: ``` USE_CPP=1 pip install . ``` If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded. Reviewed By: kimishpatel, drisspg Differential Revision: D67777662
35ecba0
to
8e46608
Compare
This pull request was exported from Phabricator. Differential Revision: D67777662 |
Summary:
Initial draft of using cmake in torchao's build process.
Install torchao with:
If on an arm64 machine, it builds the dynamic library for torchao at site-packages/torchao/libtorchao_ops_aten.dylib. On import of torchao, if this library is found it is loaded.
Differential Revision: D67777662