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 d8a2873 commit 3d1ad93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpus/cuda.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,6 @@ def cuda_library(deps=None, cuda_deps=None, copts=None, **kwargs):
"//tensorflow/core:cuda",
"@local_config_cuda//cuda:cuda_headers"
],
copts = copts + if_cuda(["-DGOOGLE_CUDA=1"]),
copts = copts + ["-DGOOGLE_CUDA=1"],
**kwargs)

0 comments on commit 3d1ad93

Please sign in to comment.