Skip to content

Commit

Permalink
delete a function
Browse files Browse the repository at this point in the history
  • Loading branch information
unship committed Feb 11, 2017
1 parent 3d1ad93 commit 2e00bd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpus/cuda.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,6 @@ def cuda_library(deps=None, cuda_deps=None, copts=None, **kwargs):

native.cc_library(
deps = deps + cuda_deps + [
"//tensorflow/core:cuda",
"@local_config_cuda//cuda:cuda_headers"
],
copts = copts + ["-DGOOGLE_CUDA=1"],
Expand Down

0 comments on commit 2e00bd8

Please sign in to comment.