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.
This commit is contained in:
parent
c451597c70
commit
358cbc9e53
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user