mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Revert "[MPS] Add test consistency from OpInfo based tests from PR 78504 (#79532)"
This reverts commit c71886e048.
Reverted https://github.com/pytorch/pytorch/pull/79532 on behalf of https://github.com/malfet due to Unintended submodules updates
This commit is contained in:
parent
4e12300e4e
commit
b1943e01e2
2
.github/workflows/_mac-test-arm64.yml
vendored
2
.github/workflows/_mac-test-arm64.yml
vendored
|
|
@ -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 pyyaml
|
||||
conda create -yp "${ENV_NAME}" "python=${PY_VERS}" numpy expecttest
|
||||
# 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
|
||||
|
|
|
|||
1289
test/test_mps.py
1289
test/test_mps.py
File diff suppressed because it is too large
Load Diff
2
third_party/ideep
vendored
2
third_party/ideep
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 02b17c5748c9349dcc586c359af800c684d9b1ab
|
||||
Subproject commit 8a114a51c116b55c4ceb689b98746786bd00c29b
|
||||
2
third_party/kineto
vendored
2
third_party/kineto
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 6f97e31e0ce40edf9aa3d526558be78ba724d298
|
||||
Subproject commit 0703c78999061b8329dfab7ec5046fc5764a5573
|
||||
2
third_party/onnx
vendored
2
third_party/onnx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 96046b8ccfb8e6fa82f6b2b34b3d56add2e8849c
|
||||
Subproject commit f7ee1ac60d06abe8e26c9b6bbe1e3db5286b614b
|
||||
Loading…
Reference in New Issue
Block a user