We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2ddb4b commit 4b04a35Copy full SHA for 4b04a35
tensorflow_addons/custom_ops/activations/BUILD
@@ -21,8 +21,8 @@ cc_library(
21
"@local_config_tf//:libtensorflow_framework",
22
"@local_config_tf//:tf_header_lib",
23
] + if_cuda_is_configured([
24
- "@local_config_cuda//cuda:cuda_libs",
25
"@local_config_cuda//cuda:cuda_headers",
+ "@local_config_cuda//cuda:cudart_static",
26
]),
27
alwayslink = 1,
28
)
tensorflow_addons/custom_ops/image/BUILD
@@ -62,8 +62,8 @@ cc_library(
62
63
64
65
66
67
68
69
@@ -84,8 +84,8 @@ cc_library(
84
85
86
87
88
89
90
91
tensorflow_addons/custom_ops/layers/BUILD
@@ -40,8 +40,8 @@ cc_library(
40
41
42
43
44
45
"@cub_archive//:cub",
46
47
tensorflow_addons/custom_ops/seq2seq/BUILD
0 commit comments