You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to bump the torchao pin in ExecuTorch, but CI jobs fail:
pytorch/executorch#9947.
In particular this job fails:
https://github.com/pytorch/executorch/actions/runs/14321828652/job/40140080161?pr=9947
The root cause is
"/Users/runner/work/executorch/executorch/pytorch/executorch/third-party/ao/torchao/experimental/../../torchao/experimental/ops/memory.h:22:34:
error: 'aligned_alloc' is only available on macOS 10.15 or newer
[-Werror,-Wunguarded-availability-new]"
This is because the test infra defines the "export
MACOSX_DEPLOYMENT_TARGET=10.13".
0 commit comments