aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda_configure.bzl
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
| | | | Change: 147897309
* CudaRoot() returns the configured CUDA toolkit path.Gravatar Jingyue Wu2017-02-01
| | | | | | | Fixes the problem of XLA being unable to find libdevice files if not executed through bazel. For example, http://stackoverflow.com/questions/41729019/notfounderror-running-tensorflow-xla-example-libdevice-compute-35-10-bc/41800414#41800414 Change: 146329331
* Merge changes from github.Gravatar A. Unique TensorFlower2017-02-01
| | | | Change: 146316196
* Stop using DSO loader for CUDA SDK librariesGravatar A. Unique TensorFlower2017-01-25
| | | | | The DSO loader intermediate layer is no longer required, so it is removed here. Change: 145589281
* Merge changes from github.Gravatar Rohan Jain2017-01-05
| | | | Change: 143710639
* Merge changes from github.Gravatar Jonathan Hseu2016-12-22
| | | | Change: 142805270
* Merge changes from github.Gravatar Martin Wicke2016-12-14
| | | | Change: 142074581
* Merge changes from github.Gravatar Andrew Harp2016-12-08
| | | | | | | | Additionally: - change single quotes to double quotes to make path rewriting easier - guard windows lib reference with PLATFORM_WINDOWS - fixed failing kmeans test Change: 141515942
* Separate the stream executor CUDA plugin into its own build target. This ↵Gravatar Peter Hawkins2016-12-07
| | | | | | | allows non --config=cuda builds to link the CUDA plugins if desired. Add build macro if_cuda_is_configured() that tests whether CUDA was enabled at configure time, rather than whether the current BUILD is using a CUDA compiler. Change: 141375030
* Merge changes from github.Gravatar Vijay Vasudevan2016-11-03
| | | | Change: 138143557
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
| | | | Change: 135698415
* Merge changes from github.Gravatar Jonathan Hseu2016-09-29
| | | | Change: 134721831
* Merge changes from github.Gravatar Martin Wicke2016-09-21
| | | | Change: 133874452
* Merge changes from github.Gravatar Dan Mané2016-09-09
| | | | Change: 132733397
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
Change: 131310818