Releases: pytorch/multipy
Releases · pytorch/multipy
nightly-runtime-python3.7
Convert multipy embedded library exceptions to specific exception typ…
nightly-runtime-python3.9
Make lintrunner support specific to multipy (#289) Summary: Pull Request resolved: https://github.com/pytorch/multipy/pull/289 Add [lintrunner](https://github.com/pytorch/pytorch/wiki/lintrunner) support to the repo. All linters are copied over from pytorch core. Now we can just use lintrunner to do consistent linting with internal on OSS making dev a bit easier. The PR below this #288 is just a copy and paste of the lintrunner usage in pytorch/pytorch, so this PR only has the changes specific to multipy. The .clang-format is also taken from pytorch core. Test Plan: Imported from OSS Reviewed By: kurman Differential Revision: D42256286 Pulled By: PaliC fbshipit-source-id: db8a29e42320927995cbb1631fa7762c4aff1593
nightly-runtime-python3.8
Make lintrunner support specific to multipy (#289) Summary: Pull Request resolved: https://github.com/pytorch/multipy/pull/289 Add [lintrunner](https://github.com/pytorch/pytorch/wiki/lintrunner) support to the repo. All linters are copied over from pytorch core. Now we can just use lintrunner to do consistent linting with internal on OSS making dev a bit easier. The PR below this #288 is just a copy and paste of the lintrunner usage in pytorch/pytorch, so this PR only has the changes specific to multipy. The .clang-format is also taken from pytorch core. Test Plan: Imported from OSS Reviewed By: kurman Differential Revision: D42256286 Pulled By: PaliC fbshipit-source-id: db8a29e42320927995cbb1631fa7762c4aff1593
nightly-runtime-python3.10
Make lintrunner support specific to multipy (#289) Summary: Pull Request resolved: https://github.com/pytorch/multipy/pull/289 Add [lintrunner](https://github.com/pytorch/pytorch/wiki/lintrunner) support to the repo. All linters are copied over from pytorch core. Now we can just use lintrunner to do consistent linting with internal on OSS making dev a bit easier. The PR below this #288 is just a copy and paste of the lintrunner usage in pytorch/pytorch, so this PR only has the changes specific to multipy. The .clang-format is also taken from pytorch core. Test Plan: Imported from OSS Reviewed By: kurman Differential Revision: D42256286 Pulled By: PaliC fbshipit-source-id: db8a29e42320927995cbb1631fa7762c4aff1593
multipy_runtime_python3.9
Migrate torch::deploy test infra to pytorch/test-infra (#274) Summary: With this PR, I propose to migrate [runtime_nightly.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_nightly.yaml) and [runtime_tests.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_tests.yaml) to use [pytorch/test_infra](https://github.com/pytorch/test-infra/wiki/). For this, I introduce a new reusable workflow in [build_test_release.yaml](https://github.com/pytorch/multipy/pull/274/files#diff-e9376faa19019165b5c9299c6e79ef11820184ea067877dd574bf357b7a7e01b) which is called from both the runtime tests and nightly build pipeline. The workflow then uses `pytorch/test_infra's` [linux_job.yml](https://github.com/pytorch/test-infra/blob/main/.github/workflows/) to build, test, run examples and benchmark. Example runs: - py37: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368845 - py38: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368958 - py39: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285369062 - py310: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368633 Issue: https://github.com/pytorch/multipy/issues/254 Pull Request resolved: https://github.com/pytorch/multipy/pull/274 Reviewed By: seemethere, PaliC Differential Revision: D42069719 Pulled By: hatala91 fbshipit-source-id: c88a7863dda808a41ab49bfe56cc7b44e77566e4
multipy_runtime_python3.8
Migrate torch::deploy test infra to pytorch/test-infra (#274) Summary: With this PR, I propose to migrate [runtime_nightly.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_nightly.yaml) and [runtime_tests.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_tests.yaml) to use [pytorch/test_infra](https://github.com/pytorch/test-infra/wiki/). For this, I introduce a new reusable workflow in [build_test_release.yaml](https://github.com/pytorch/multipy/pull/274/files#diff-e9376faa19019165b5c9299c6e79ef11820184ea067877dd574bf357b7a7e01b) which is called from both the runtime tests and nightly build pipeline. The workflow then uses `pytorch/test_infra's` [linux_job.yml](https://github.com/pytorch/test-infra/blob/main/.github/workflows/) to build, test, run examples and benchmark. Example runs: - py37: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368845 - py38: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368958 - py39: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285369062 - py310: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368633 Issue: https://github.com/pytorch/multipy/issues/254 Pull Request resolved: https://github.com/pytorch/multipy/pull/274 Reviewed By: seemethere, PaliC Differential Revision: D42069719 Pulled By: hatala91 fbshipit-source-id: c88a7863dda808a41ab49bfe56cc7b44e77566e4
multipy_runtime_python3.7
Migrate torch::deploy test infra to pytorch/test-infra (#274) Summary: With this PR, I propose to migrate [runtime_nightly.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_nightly.yaml) and [runtime_tests.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_tests.yaml) to use [pytorch/test_infra](https://github.com/pytorch/test-infra/wiki/). For this, I introduce a new reusable workflow in [build_test_release.yaml](https://github.com/pytorch/multipy/pull/274/files#diff-e9376faa19019165b5c9299c6e79ef11820184ea067877dd574bf357b7a7e01b) which is called from both the runtime tests and nightly build pipeline. The workflow then uses `pytorch/test_infra's` [linux_job.yml](https://github.com/pytorch/test-infra/blob/main/.github/workflows/) to build, test, run examples and benchmark. Example runs: - py37: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368845 - py38: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368958 - py39: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285369062 - py310: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368633 Issue: https://github.com/pytorch/multipy/issues/254 Pull Request resolved: https://github.com/pytorch/multipy/pull/274 Reviewed By: seemethere, PaliC Differential Revision: D42069719 Pulled By: hatala91 fbshipit-source-id: c88a7863dda808a41ab49bfe56cc7b44e77566e4
multipy_runtime_python3.10
Migrate torch::deploy test infra to pytorch/test-infra (#274) Summary: With this PR, I propose to migrate [runtime_nightly.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_nightly.yaml) and [runtime_tests.yaml](https://github.com/pytorch/multipy/blob/main/.github/workflows/runtime_tests.yaml) to use [pytorch/test_infra](https://github.com/pytorch/test-infra/wiki/). For this, I introduce a new reusable workflow in [build_test_release.yaml](https://github.com/pytorch/multipy/pull/274/files#diff-e9376faa19019165b5c9299c6e79ef11820184ea067877dd574bf357b7a7e01b) which is called from both the runtime tests and nightly build pipeline. The workflow then uses `pytorch/test_infra's` [linux_job.yml](https://github.com/pytorch/test-infra/blob/main/.github/workflows/) to build, test, run examples and benchmark. Example runs: - py37: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368845 - py38: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368958 - py39: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285369062 - py310: https://github.com/pytorch/multipy/actions/runs/3708138595/jobs/6285368633 Issue: https://github.com/pytorch/multipy/issues/254 Pull Request resolved: https://github.com/pytorch/multipy/pull/274 Reviewed By: seemethere, PaliC Differential Revision: D42069719 Pulled By: hatala91 fbshipit-source-id: c88a7863dda808a41ab49bfe56cc7b44e77566e4
v0.1.0
nightly-runtime-python
Combine changes for py3.7 +unittests. (#165) Summary: Pull Request resolved: https://github.com/pytorch/multipy/pull/165 Reviewed By: PaliC Differential Revision: D39388436 Pulled By: anirbanr-fb-r2p fbshipit-source-id: 05650cf1f60d93ba1eb0e9d8e547d94cbe687f51