Add additional no_rocm tag for mfcc_ops_test

This commit is contained in:
Jeff Poznanovic 2019-02-13 00:25:04 -07:00 committed by GitHub
parent 83bc3e976e
commit 54d344e6e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,6 +77,7 @@ cuda_py_tests(
"//tensorflow/python/ops/signal",
"//tensorflow/python:spectral_ops_test_util",
],
tags = ["no_rocm"],
xla_enable_strict_auto_jit = True,
)