aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/BUILD
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <nobody@tensorflow.org>2015-12-21 13:31:31 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2015-12-21 13:31:31 -0800
commit473678c2ccc5215964f411c395ca1a42bdb3e500 (patch)
treecaaf3447563962b30e505a28107f7f004261a293 /tensorflow/stream_executor/BUILD
parent1e416cd23464aa77d23a2d63a9f7df12325d6491 (diff)
Adds fft2d and ifft2d.
Change: 110617807
Diffstat (limited to 'tensorflow/stream_executor/BUILD')
-rw-r--r--tensorflow/stream_executor/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/stream_executor/BUILD b/tensorflow/stream_executor/BUILD
index b91fe431f6..cb69c36b75 100644
--- a/tensorflow/stream_executor/BUILD
+++ b/tensorflow/stream_executor/BUILD
@@ -26,6 +26,7 @@ cc_library(
"//tensorflow/core:cuda",
"//third_party/gpus/cuda:cublas",
"//third_party/gpus/cuda:cudnn",
+ "//third_party/gpus/cuda:cufft",
],
linkopts = [
"-ldl",