Sort tools keyword into right place
This commit is contained in:
parent
956025aa53
commit
f24b1207d0
@ -115,8 +115,8 @@ genrule(
|
|||||||
# have control of the full GPU.
|
# have control of the full GPU.
|
||||||
cmd = "CUDA_VISIBLE_DEVICES='' " +
|
cmd = "CUDA_VISIBLE_DEVICES='' " +
|
||||||
"$(location :make_test_graphs) --out_dir $(@D)",
|
"$(location :make_test_graphs) --out_dir $(@D)",
|
||||||
tools = [":make_test_graphs"],
|
|
||||||
tags = ["manual"],
|
tags = ["manual"],
|
||||||
|
tools = [":make_test_graphs"],
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_library(
|
tf_library(
|
||||||
|
@ -399,8 +399,8 @@ genrule(
|
|||||||
cmd = (
|
cmd = (
|
||||||
"$(location :make_aot_compile_models) --out_dir $(@D)"
|
"$(location :make_aot_compile_models) --out_dir $(@D)"
|
||||||
),
|
),
|
||||||
tools = [":make_aot_compile_models"],
|
|
||||||
tags = ["no_rocm"],
|
tags = ["no_rocm"],
|
||||||
|
tools = [":make_aot_compile_models"],
|
||||||
)
|
)
|
||||||
|
|
||||||
filegroup(
|
filegroup(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user