Skip to content

Commit

Permalink
[MPS] Add test consistency from OpInfo based tests from PR 78504 (#79532
Browse files Browse the repository at this point in the history
)

Pull Request resolved: #79532
Approved by: https://github.com/albanD, https://github.com/malfet
  • Loading branch information
kulinseth authored and pytorchmergebot committed Jul 4, 2022
1 parent b4ed13e commit 76cff18
Show file tree
Hide file tree
Showing 2 changed files with 633 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_mac-test-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# shellcheck disable=SC1090
. ~/miniconda3/etc/profile.d/conda.sh
set -ex
conda create -yp "${ENV_NAME}" "python=${PY_VERS}" numpy expecttest
conda create -yp "${ENV_NAME}" "python=${PY_VERS}" numpy expecttest pyyaml
# As wheels are cross-compiled they are reported as x86_64 ones
ORIG_WHLNAME=$(ls -1 dist/*.whl); ARM_WHLNAME=${ORIG_WHLNAME/x86_64/arm64}; mv ${ORIG_WHLNAME} ${ARM_WHLNAME}
conda run -p "${ENV_NAME}" python3 -mpip install dist/*.whl
Expand Down
Loading

0 comments on commit 76cff18

Please sign in to comment.