Omkar Salpekar
Omkar Salpekar
As part of Project Nova, we are consolidating CI/CD workflows and infra, making them reusable across PyTorch ecosystem libraries. https://github.com/pytorch/test-infra/pull/460 introduces a general-purpose reusable workflow to build linux wheels for...
There's no need to have a matrix in the caller workflow. Let's just pass these inputs directly. We should do this for all caller workflow across all the repos as...
Created this PR to validate the changes in https://github.com/pytorch/test-infra/pull/1473.
These builds are working as of the second-last commit of this PR: * Conda: https://github.com/pytorch/data/actions/runs/4758538815/jobs/8456724458?pr=1129
pytorch-labs workflows cannot use our self-hosted runners specified by our matrix-generation workflow. This change allows users to override the matrix-generated runner specification by explicitly calling this reusable workflow with an...
Summary: MultiProc tests does not do multiprocessing error catching thoroughly. This diff plugs some of the holes and includes better logging upon failures. Differential Revision: D26186660