Sort tools keyword into right place

This commit is contained in:
Alexander Grund 2020-11-17 08:48:52 +01:00
parent e688642e54
commit 5197ccaffd
No known key found for this signature in database
GPG Key ID: E92C451FC21EF13F
2 changed files with 2 additions and 2 deletions

View File

@ -115,8 +115,8 @@ genrule(
# have control of the full GPU.
cmd = "CUDA_VISIBLE_DEVICES='' " +
"$(location :make_test_graphs) --out_dir $(@D)",
tools = [":make_test_graphs"],
tags = ["manual"],
tools = [":make_test_graphs"],
)
tf_library(

View File

@ -399,8 +399,8 @@ genrule(
cmd = (
"$(location :make_aot_compile_models) --out_dir $(@D)"
),
tools = [":make_aot_compile_models"],
tags = ["no_rocm"],
tools = [":make_aot_compile_models"],
)
filegroup(