Skip to content

Commit 9b24c47

Browse files
authored
Merge pull request #77 from iotamudelta/master
Merge from upstream
2 parents 3be6024 + a503ee1 commit 9b24c47

28 files changed

+587
-794
lines changed

.jenkins/caffe2/test.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,15 @@ if [[ $BUILD_ENVIRONMENT == *-rocm* ]]; then
100100
# Unknown reasons, need to debug
101101
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/arg_ops_test.py")
102102
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/piecewise_linear_transform_test.py")
103+
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/softmax_ops_test.py")
104+
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/unique_ops_test.py")
103105
104106
# Need to go through roi ops to replace max(...) with fmaxf(...)
105107
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/roi_align_rotated_op_test.py")
106108
107109
# Our cuda top_k op has some asm code, the hipified version doesn't
108110
# compile yet, so we don't have top_k operator for now
109111
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/top_k_test.py")
110-
111-
# These are fixed in rocm 1.8.2, re-enable them once our CI docker images are upgraded
112-
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/recurrent_net_executor_test.py")
113-
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/softmax_ops_test.py")
114-
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/conv_test.py")
115-
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/group_conv_test.py")
116112
fi
117113
118114
# Python tests

0 commit comments

Comments
 (0)