| Commit message (Collapse) | Author | Age |
|
|
|
| |
PiperOrigin-RevId: 211842211
|
|
|
|
| |
PiperOrigin-RevId: 209544220
|
|
|
|
|
|
|
|
|
|
| |
After this change, to build TensorFlow with GPU support on Windows, you just need to follow the same procedure as Linux.
Also re-enable remote cache since the bug in b/111106393 has been fixed by the new wrapper script.
The clean-up of the wrapper scripts also made the build around 5 mins faster than using Bazel's msvc wrapper script.
PiperOrigin-RevId: 204105368
|
|
|
|
|
|
| |
include the cuDNN header file.
PiperOrigin-RevId: 198869605
|
|
|
|
| |
PiperOrigin-RevId: 196387391
|
|
|
|
| |
PiperOrigin-RevId: 196349902
|
|
|
|
| |
PiperOrigin-RevId: 187643585
|
|
|
|
| |
PiperOrigin-RevId: 180746153
|
|
|
|
| |
PiperOrigin-RevId: 161531749
|
|
|
|
|
|
|
|
|
|
|
| |
one level under local_config_cuda/cuda).
END_PUBLIC
BEGIN_PUBLIC
Automated g4 rollback of changelist 159643278
PiperOrigin-RevId: 160894669
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
| |
PiperOrigin-RevId: 159643278
|
|
|
|
|
|
| |
one level under local_config_cuda/cuda).
PiperOrigin-RevId: 159570549
|
|
|
|
|
|
| |
will prepare TF for use of Bazel's new remote execution api.
PiperOrigin-RevId: 159098871
|
| |
|
|
|
|
| |
Change: 154712918
|
|
|
|
|
|
| |
for creation of genrules (via _tpl) that do the equivalent symlinks, but during build (not during Skylark execution).
Change: 154535355
|
|
|
|
| |
Change: 153075650
|
|
|
|
|
| |
Implement a GPU version of tf.cholesky as a first example.
Change: 152756373
|
|
|
|
| |
Change: 151705528
|
|
|
|
| |
Change: 147897309
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
The DSO loader intermediate layer is no longer required, so it is removed here.
Change: 145589281
|
|
|
|
|
| |
cuda_default_copts() and moved CUDA-specific options there.
Change: 143811735
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
configure time.
Change: 141474932
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change: 139832288
|
|
|
|
| |
Change: 136750267
|
|
|
|
| |
Change: 135698415
|
|
|
|
| |
Change: 133779175
|
| |
|
|
|
|
| |
Change: 131437429
|
|
|
|
| |
Change: 131310818
|
|
|
|
| |
Change: 128401884
|
|
|
|
| |
Change: 124183870
|
|
|
|
| |
Change: 123901292
|
|
|
|
|
|
| |
submodule and compiled for GPU.
Change: 123468144
|
|
|
|
|
| |
up to the OSS build yet, we're working on it.)
Change: 123248081
|
|
|
|
| |
Change: 123026122
|
|
|
|
|
|
| |
and remove the cuda_crosstool_condition build condition. Now if_cuda is
just using_nvcc || using_gcudacc.
Change: 122291892
|
|
|
|
|
|
| |
This is unused at the moment, but will eventually let us build CUDA code
with vanilla clang.
Change: 122289910
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Change: 121586635
|
|
|
|
| |
Change: 119768540
|
|
|
|
|
|
| |
and compiled with --config=cuda.
Change: 119318629
|
|
|
|
| |
Change: 117375570
|
|
|
|
| |
Change: 117304114
|
|
|
|
| |
Change: 117301677
|