aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/gpus/cuda/BUILD.tpl
Commit message (Collapse)AuthorAge
* Update toolchain configuration artifacts to work with latest version of bazelGravatar A. Unique TensorFlower2017-07-11
| | | | PiperOrigin-RevId: 161531749
* Symlink files for cuda configuration one level below the BUILD file (i.e., ↵Gravatar A. Unique TensorFlower2017-07-04
| | | | | | | | | | | one level under local_config_cuda/cuda). END_PUBLIC BEGIN_PUBLIC Automated g4 rollback of changelist 159643278 PiperOrigin-RevId: 160894669
* Clean up cuda configuration:Gravatar A. Unique TensorFlower2017-06-29
| | | | | | | | - Remove experimental attributes (remote_config_repo). Use of experimental remote repo can only be enabled now via env variable (preferred to change to workspace file) - Fixes minor issues with template: adds spaces to srcs in genrule, remove extra space after genrules. - Fix ordering of attributes in build template PiperOrigin-RevId: 160595014
* Automated g4 rollback of changelist 159570549Gravatar A. Unique TensorFlower2017-06-20
| | | | PiperOrigin-RevId: 159643278
* Symlink files for cuda configuration one level below the BUILD file (i.e., ↵Gravatar A. Unique TensorFlower2017-06-20
| | | | | | one level under local_config_cuda/cuda). PiperOrigin-RevId: 159570549
* Removing unnecessary cuda:platform.bzlGravatar A. Unique TensorFlower2017-05-01
| | | | Change: 154712918
* Change creation of symlinks (via skylark method) in cuda_configure.bzl.tpl ↵Gravatar A. Unique TensorFlower2017-04-28
| | | | | | for creation of genrules (via _tpl) that do the equivalent symlinks, but during build (not during Skylark execution). Change: 154535355
* Added hpp files to cuda_headers target.Gravatar A. Unique TensorFlower2017-04-13
| | | | Change: 153075650
* Add support for solvers based on the Nvidia cuSolver library.Gravatar A. Unique TensorFlower2017-04-10
| | | | | Implement a GPU version of tf.cholesky as a first example. Change: 152756373
* Merge changes from github.Gravatar Vijay Vasudevan2017-02-17
| | | | Change: 147897309
* 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 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
* Locate libdevice files for OSS build.Gravatar Jingyue Wu2016-12-06
| | | | | | | | | | 1. Created open-source target libdevice_root that wraps all libdevice files. 2. platform/posix/cuda_libdevice_path depends on the libdevice_root target. 3. Added cuda_libdevice_path_test that verifies libdevice files exist in the computed libdevice directory. Change: 141237087
* 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
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-26
| | | | Change: 131437429
* Merge changes from github.Gravatar A. Unique TensorFlower2016-08-25
Change: 131310818