Skip to content

Releases: pytorch/multipy

nightly-runtime-python3.7

16 Sep 03:10
Compare
Choose a tag to compare
Pre-release
Convert multipy embedded library exceptions to specific exception typ…

…e (#313)

Summary:
Pull Request resolved: https://github.com/pytorch/multipy/pull/313

Convert multipy embedded library exceptions to specific exception type

Reviewed By: PaliC

Differential Revision: D44477860

fbshipit-source-id: 9cb3d1f17f54a61a79ed9766bcd9377d76a1aea8

nightly-runtime-python3.9

31 Aug 15:45
Compare
Choose a tag to compare
Pre-release
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

31 Aug 06:52
Compare
Choose a tag to compare
Pre-release
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

31 Aug 06:49
Compare
Choose a tag to compare
Pre-release
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

18 Dec 02:40
Compare
Choose a tag to compare
Pre-release
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

18 Dec 02:39
Compare
Choose a tag to compare
Pre-release
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

18 Dec 02:36
Compare
Choose a tag to compare
Pre-release
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

18 Dec 02:32
Compare
Choose a tag to compare
Pre-release
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

28 Oct 20:33
Compare
Choose a tag to compare

nightly-runtime-python

15 Sep 03:26
Compare
Choose a tag to compare
Pre-release
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