pytorch / builder

Continuous builder and binary build scripts for pytorch
BSD 2-Clause "Simplified" License
329 stars 222 forks source link

Extend validation framework with additional tests #1940

Open atalman opened 2 months ago

atalman commented 2 months ago

Currently validate-binaries are running linux, macos m1, windows and arm64 https://github.com/pytorch/builder/blob/main/.github/workflows/validate-binaries.yml

I would like to add following tests:

This way we should automate most of the manual tests: https://github.com/pytorch/pytorch/issues/130151

atalman commented 2 months ago

We should be able to detect issues like these: https://github.com/pytorch/pytorch/issues/132032