mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Update FXdiv submodule (#14128)
Summary: Use the most recent version that disables inline assembly. I suspect inline assembly causes miscompilation on some versions of gcc7. Pull Request resolved: https://github.com/pytorch/pytorch/pull/14128 Reviewed By: bddppq Differential Revision: D13112370 Pulled By: Maratyszcza fbshipit-source-id: 36cc95dc51390a293b72c18ae982c3a515a11981
This commit is contained in:
committed by
Facebook Github Bot
parent
6d9a7d0e60
commit
afc91e4900
@ -113,13 +113,6 @@ if [[ $BUILD_ENVIRONMENT == *-rocm* ]]; then
|
||||
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/piecewise_linear_transform_test.py")
|
||||
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/softmax_ops_test.py")
|
||||
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/unique_ops_test.py")
|
||||
|
||||
if [[ $BUILD_ENVIRONMENT == *-centos* ]]; then
|
||||
# TestTransform.test_apply_transform_if_faster is crashing, but
|
||||
# that test is actually cpu-only. so more likely it's failing in
|
||||
# centos in general.
|
||||
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/workspace_test.py")
|
||||
fi
|
||||
fi
|
||||
|
||||
# Python tests
|
||||
|
2
third_party/FXdiv
vendored
2
third_party/FXdiv
vendored
Submodule third_party/FXdiv updated: 811b482bcd...b742d11437
Reference in New Issue
Block a user