Merge pull request #38757 from ROCmSoftwarePlatform:google_upstream_rocm_disable_tflite_tests

PiperOrigin-RevId: 308866543
Change-Id: Idb665586fbbd5114f7957d58b5bdb802bc68e5d5
This commit is contained in:
TensorFlower Gardener 2020-04-28 11:56:37 -07:00
commit 1202b0abb1
3 changed files with 3 additions and 5 deletions

View File

@ -143,7 +143,6 @@ py_test(
shard_count = 4,
srcs_version = "PY2AND3",
tags = [
"no_rocm",
"no_windows",
],
deps = [
@ -160,7 +159,6 @@ py_test(
python_version = "PY3",
srcs_version = "PY2AND3",
tags = [
"no_rocm",
"no_windows",
],
deps = [

View File

@ -52,8 +52,7 @@ bazel test \
-- \
//tensorflow/... \
-//tensorflow/compiler/... \
-//tensorflow/lite/delegates/gpu/gl/... \
-//tensorflow/lite/delegates/gpu/cl/... \
-//tensorflow/lite/... \
&& bazel test \
--config=rocm \
-k \

View File

@ -51,4 +51,5 @@ bazel test \
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
-- \
//tensorflow/... \
-//tensorflow/compiler/...
-//tensorflow/compiler/... \
-//tensorflow/lite/...