Merge pull request #38757 from ROCmSoftwarePlatform:google_upstream_rocm_disable_tflite_tests
PiperOrigin-RevId: 308866543 Change-Id: Idb665586fbbd5114f7957d58b5bdb802bc68e5d5
This commit is contained in:
commit
1202b0abb1
@ -143,7 +143,6 @@ py_test(
|
|||||||
shard_count = 4,
|
shard_count = 4,
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = [
|
tags = [
|
||||||
"no_rocm",
|
|
||||||
"no_windows",
|
"no_windows",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
@ -160,7 +159,6 @@ py_test(
|
|||||||
python_version = "PY3",
|
python_version = "PY3",
|
||||||
srcs_version = "PY2AND3",
|
srcs_version = "PY2AND3",
|
||||||
tags = [
|
tags = [
|
||||||
"no_rocm",
|
|
||||||
"no_windows",
|
"no_windows",
|
||||||
],
|
],
|
||||||
deps = [
|
deps = [
|
||||||
|
@ -52,8 +52,7 @@ bazel test \
|
|||||||
-- \
|
-- \
|
||||||
//tensorflow/... \
|
//tensorflow/... \
|
||||||
-//tensorflow/compiler/... \
|
-//tensorflow/compiler/... \
|
||||||
-//tensorflow/lite/delegates/gpu/gl/... \
|
-//tensorflow/lite/... \
|
||||||
-//tensorflow/lite/delegates/gpu/cl/... \
|
|
||||||
&& bazel test \
|
&& bazel test \
|
||||||
--config=rocm \
|
--config=rocm \
|
||||||
-k \
|
-k \
|
||||||
|
@ -51,4 +51,5 @@ bazel test \
|
|||||||
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
|
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
|
||||||
-- \
|
-- \
|
||||||
//tensorflow/... \
|
//tensorflow/... \
|
||||||
-//tensorflow/compiler/...
|
-//tensorflow/compiler/... \
|
||||||
|
-//tensorflow/lite/...
|
||||||
|
Loading…
Reference in New Issue
Block a user