Sort tools keyword into right place
This commit is contained in:
parent
e688642e54
commit
5197ccaffd
@ -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(
|
||||
|
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user