Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 232131870
  • Loading branch information
ebrevdo authored and tensorflower-gardener committed Feb 2, 2019
1 parent 6d59425 commit f22fc30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tensorflow/stream_executor/gpu/BUILD
Expand Up @@ -25,21 +25,21 @@ filegroup(

cc_library(
name = "gpu_activation_header",
hdrs = if_gpu_is_configured(["gpu_activation.h"]),
hdrs = ["gpu_activation.h"],
deps = ["//tensorflow/stream_executor/platform"],
)

cc_library(
name = "gpu_activation",
srcs = if_gpu_is_configured(["gpu_activation.cc"]),
hdrs = if_gpu_is_configured(["gpu_activation.h"]),
deps = [
deps = if_gpu_is_configured([
":gpu_activation_header",
":gpu_driver_header",
"//tensorflow/stream_executor",
"//tensorflow/stream_executor:stream_executor_internal",
"//tensorflow/stream_executor/platform",
],
]),
)

cc_library(
Expand Down

0 comments on commit f22fc30

Please sign in to comment.