Use 'define_values' instead of 'values' in config_settings.
PiperOrigin-RevId: 344806874 Change-Id: I485f05ed2c89f8ca03d43e101315bf08944e6714
This commit is contained in:
parent
966694417e
commit
e7dc7a965b
@ -13,10 +13,8 @@ package(
|
|||||||
|
|
||||||
config_setting(
|
config_setting(
|
||||||
name = "xsmm",
|
name = "xsmm",
|
||||||
|
define_values = {"tensorflow_xsmm": "1"},
|
||||||
licenses = ["notice"],
|
licenses = ["notice"],
|
||||||
values = {
|
|
||||||
"define": "tensorflow_xsmm=1",
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
|
|
||||||
tf_cuda_library(
|
tf_cuda_library(
|
||||||
|
Loading…
Reference in New Issue
Block a user