Skip to content

Commit 2a4f310

Browse files
committed
update ignore list
1 parent 215582f commit 2a4f310

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.jenkins/caffe2/test.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,10 @@ if [[ $BUILD_ENVIRONMENT == *-rocm* ]]; then
109109
# Our cuda top_k op has some asm code, the hipified version doesn't
110110
# compile yet, so we don't have top_k operator for now
111111
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/operator_test/top_k_test.py")
112+
113+
# this is a multi-gpu test
114+
rocm_ignore_test+=("--ignore $CAFFE2_PYPATH/python/data_parallel_model_test.py")
115+
112116
fi
113117
114118
# Python tests

0 commit comments

Comments
 (0)