aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda
Commit message (Collapse)AuthorAge
* Merge changes from github.Gravatar A. Unique TensorFlower2016-10-10
| | | | Change: 135698415
* Dropped support for gcudacc in the the build files.Gravatar Benoit Steiner2016-09-20
| | | | Change: 133779175
* Remove unused files.Gravatar Yifei Feng2016-09-19
|
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
| | | | Change: 131310818
* Merge changes from github.Gravatar Martin Wicke2016-07-25
| | | | Change: 128401884
* Merge changes from github.Gravatar Martin Wicke2016-06-06
| | | | Change: 124183870
* Update copyright for 3p/tf.Gravatar A. Unique TensorFlower2016-06-02
| | | | Change: 123901292
* Fix Tensorflow compilation error that comes up when TF is used as a ↵Gravatar Kiril Gorovoy2016-05-27
| | | | | | submodule and compiled for GPU. Change: 123468144
* Pass -O3 when building tensorflow with clang -c opt. (This isn't hookedGravatar A. Unique TensorFlower2016-05-25
| | | | | up to the OSS build yet, we're working on it.) Change: 123248081
* Merge changes from github.Gravatar Derek Murray2016-05-23
| | | | Change: 123026122
* Move if_cuda build macro into //third_party/gpus/cuda/build_defs.bzl,Gravatar A. Unique TensorFlower2016-05-13
| | | | | | and remove the cuda_crosstool_condition build condition. Now if_cuda is just using_nvcc || using_gcudacc. Change: 122291892
* Add //third_party/gpus/cuda:using_clang build condition.Gravatar A. Unique TensorFlower2016-05-13
| | | | | | This is unused at the moment, but will eventually let us build CUDA code with vanilla clang. Change: 122289910
* Pass --define=using_cuda_nvcc to CUDA builds.Gravatar A. Unique TensorFlower2016-05-13
| | | | | | | | This has no practical effect, as CUDA builds are always with nvcc, but it lets us modify the build config rule //third_party/gpus/cuda:using_nvcc so it returns true, rather than false, for CUDA builds. Change: 122288952
* Merge changes from github.Gravatar A. Unique TensorFlower2016-05-05
| | | | Change: 121586635
* Minimal open source CUPTI GPU Tracer.Gravatar A. Unique TensorFlower2016-04-13
| | | | Change: 119768540
* Fix genrules that didn't work when TensorFlow was imported as a submodule ↵Gravatar Kiril Gorovoy2016-04-07
| | | | | | and compiled with --config=cuda. Change: 119318629
* Rollforward of "Merge changes from github."Gravatar Geoffrey Irving2016-03-16
| | | | Change: 117375570
* Rollback of: "Merge changes from github."Gravatar Vijay Vasudevan2016-03-16
| | | | Change: 117304114
* Merge changes from github.Gravatar Martin Wicke2016-03-16
| | | | Change: 117301677
* Fix dependencies bugsGravatar Eugene Brevdo2016-03-11
| | | | Change: 116925769
* Changed the cuda_crosstool_condition to check for a define of using_cuda.Gravatar Manjunath Kudlur2016-03-07
| | | | | | Checking for a specific crosstool_top directory doesn't work when TensorFlow is a sub-module for a different project. Change: 116592676
* Merge changes from github.Gravatar Vijay Vasudevan2016-02-17
| | | | Change: 114882676
* Add assert_same_float_dtype.Gravatar A. Unique TensorFlower2016-02-02
| | | | Change: 113646664
* Use cc_binary rather than cc_library to reduce size of native library in APK ↵Gravatar A. Unique TensorFlower2016-01-29
| | | | | | from 5.5mb to 3.2mb (compressed). Change: 113369407
* Change: 110712474Gravatar A. Unique TensorFlower2015-12-21
|
* Adds fft2d and ifft2d.Gravatar A. Unique TensorFlower2015-12-21
| | | | Change: 110617807
* TensorFlow: Improve performance of AlexnetGravatar Manjunath Kudlur2015-11-20
| | | | | | | | | | | | | | | | | | | | | | Changes: * error message that refers to removed `DefaultSession` method. * -Wnull-conversion warnings * the "_start_time" attr for recvs when the flag "--brain_enable_scheduling_for_recvs" is set. * typo in tutorial data download progress message. * a typo ("however their installing"=>"however installing"). * typo, rename "TensorFlow Mechanics" to "How To" to be consistent with the website. * a typo ("subtact"=>"subtract"). * protobuf examples in comments in tensorflow::Example.proto. * formula formatting in MNIST beginner tutorial * negative fraction-of-queue-full stats * protobuf inclusion path so that Android demo will build under Blaze. * small typo (moderatly > moderately) * Session.run() to check that tensor arguments come from the session's graph. * another six import * seq2seq typo in bazel command Base CL: 108349164
* TensorFlow: Initial commit of TensorFlow library.Gravatar Manjunath Kudlur2015-11-06
TensorFlow is an open source software library for numerical computation using data flow graphs. Base CL: 107276108