From 358cbc9e534dee7c88413b06981a224873c37ab7 Mon Sep 17 00:00:00 2001 From: Deven Desai Date: Tue, 22 Dec 2020 19:41:11 +0000 Subject: [PATCH] Adding no_rocm tag to //tensorflow/python/ops/numpy_ops:np_interop_test_gpu This test recently started failing on the ROCm platform, because of OOM errors. Will re-enable it once we root cause and issue and fix it. --- tensorflow/python/ops/numpy_ops/BUILD | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/python/ops/numpy_ops/BUILD b/tensorflow/python/ops/numpy_ops/BUILD index 96eb5509de3..374627304b2 100644 --- a/tensorflow/python/ops/numpy_ops/BUILD +++ b/tensorflow/python/ops/numpy_ops/BUILD @@ -110,6 +110,7 @@ cuda_py_test( cuda_py_test( name = "np_interop_test", srcs = ["np_interop_test.py"], + tags = ["no_rocm"], deps = [ ":numpy", "//tensorflow:tensorflow_py",