parent
c2cb414e54
commit
ad26fe7015
@ -267,15 +267,6 @@ config_setting(
|
|||||||
visibility = ["//visibility:public"],
|
visibility = ["//visibility:public"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# By default, XLA GPU is compiled into tensorflow when building with
|
|
||||||
# --config=cuda even when `with_xla_support` is false. The config setting
|
|
||||||
# here allows us to override the behavior if needed.
|
|
||||||
config_setting(
|
|
||||||
name = "no_xla_deps_in_cuda",
|
|
||||||
define_values = {"no_xla_deps_in_cuda": "true"},
|
|
||||||
visibility = ["//visibility:public"],
|
|
||||||
)
|
|
||||||
|
|
||||||
config_setting(
|
config_setting(
|
||||||
name = "with_gdr_support",
|
name = "with_gdr_support",
|
||||||
define_values = {"with_gdr_support": "true"},
|
define_values = {"with_gdr_support": "true"},
|
||||||
|
Loading…
Reference in New Issue
Block a user