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,
|
||||
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 = [
|
||||
|
@ -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 \
|
||||
|
@ -51,4 +51,5 @@ bazel test \
|
||||
--run_under=//tensorflow/tools/ci_build/gpu_build:parallel_gpu_execute \
|
||||
-- \
|
||||
//tensorflow/... \
|
||||
-//tensorflow/compiler/...
|
||||
-//tensorflow/compiler/... \
|
||||
-//tensorflow/lite/...
|
||||
|
Loading…
Reference in New Issue
Block a user