| Commit message (Collapse) | Author | Age |
|
|
|
| |
PiperOrigin-RevId: 216265275
|
|
|
|
| |
PiperOrigin-RevId: 216211467
|
|
|
|
| |
PiperOrigin-RevId: 215957544
|
|
|
|
| |
PiperOrigin-RevId: 215948571
|
|
|
|
|
|
|
| |
Note to users manually patching ptxas from a later toolkit version:
Building NCCL requires the same version of ptxas and nvlink.
PiperOrigin-RevId: 215911973
|
|\
| |
| |
| | |
PiperOrigin-RevId: 215310536
|
| |
| |
| |
| | |
PiperOrigin-RevId: 215291195
|
| |
| |
| |
| | |
PiperOrigin-RevId: 215083669
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Without this the default toolchain is used for a subset of the build and the
tests do not actually run on GPUs.
This uncovered a setup problem in the Docker image that needed fixing.
PiperOrigin-RevId: 214987676
|
| | |
|
| |
| |
| |
| |
| |
| | |
based on standard ranges.
PiperOrigin-RevId: 214796357
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 214793113
|
| | |\
| |_|/
|/| | |
|
| | |
| | |
| | |
| | | |
PiperOrigin-RevId: 214569615
|
| | |
| | |
| | |
| | | |
PiperOrigin-RevId: 214557082
|
| | | |
|
| |/
|/| |
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 214504400
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- Update the flatbuffer download URL to use a pinned version.
- Had to provide a mirror url that doesn't exist, since it is required
by the validation flow, the flatbuffer version will be added later.
PiperOrigin-RevId: 214487576
|
| | | |
|
|/ / |
|
| | |
|
| |
| |
| |
| | |
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| | |
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| |
| |
| |
| | |
absl_py has rules in many dirs so this uses system_link_files to put
files in the right place.
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
third_party_http_archive has a link_files attr, add a similar
system_link_files attr that is only used when the system libraries are
enabled. Also add it to tf_http_archive.
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Some use-cases want to build packages in a different path than /usr. For
example to have a set of packages independent from other system
binaries. This change allows building with bazel build
--define=PREFIX=/some/other/path to search that path instead. The
default of /usr is set in bazelrc so that building with no options will
work as before and setting PREFIX on the commandline or later in the
bazelrc will override that setting if desired. PREFIX is not used by the
bundled build so should not affect that at all.
This also adds a few other standard Make variables that can be
overridden independently if needed.
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| | |
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| | |
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| |
| |
| |
| |
| |
| | |
dependency.
PiperOrigin-RevId: 213942340
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Being able to run CPU tests remotely while running GPU tests locally required
multiple changes:
1. Unify how we tag GPU tests in TF; we now always use tf_cuda_tests_tags().
2. Tag tests using tf_cuda_tests_tags() with 'local' and 'gpu'; this makes
them not run on non-gpu builds and always runs them locally.
PiperOrigin-RevId: 213601626
|
|\ \
| | |
| | |
| | | |
PiperOrigin-RevId: 213546915
|
|\ \ \
| | | |
| | | |
| | | | |
PiperOrigin-RevId: 213343364
|
| | |\ \
| |_|/ /
|/| | | |
|
| | | |
| | | |
| | | |
| | | | |
PiperOrigin-RevId: 212776966
|
| | | |
| | | |
| | | |
| | | | |
PiperOrigin-RevId: 212668653
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
PiperOrigin-RevId: 212543062
|
| | | | |
| | | | |
| | | | |
| | | | | |
PiperOrigin-RevId: 212119629
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
PiperOrigin-RevId: 212085036
|
| | | | |\ \
| |_|_|_|/ /
|/| | | | | |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Currently the build files for LLVM are not correctly listing all headers that
are needed for compilation via dependencies, and bazel does not currently
support include scanning.
Until either of this changes, glob all files that are potentially included
in the "config" target that everything depends on.
PiperOrigin-RevId: 211842334
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Instead of symlinking the install dir, copy the two files we need.
Symlinking a system dir like /usr is generally problematic as it can quickly
lead to miscompiles for unrelated reasons. Furthermore, bazel will consider
it an error if /usr is linked in and contains a recursive symlink in
/usr/bin/X11 -> .
PiperOrigin-RevId: 211842260
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
PiperOrigin-RevId: 211842211
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Add config/msvc.h when building nasm on Windows
- Update Windows SIMD for libjpeg-turbo 2.0.0
- Add missing source files
|
| | | | | |
|
| | | |\ \
| |_|_|/ /
|/| | | | |
|
| |_|_|/
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The commit contains following components to support TensorFlow on ROCm platform
- bazel build system
- continuous integration logic
Authors:
- Jack Chung: jack.chung@amd.com
- Jeffrey Poznanovic: Jeffrey.Poznanovic@amd.com
- Peng Sun: Peng.Sun@amd.com
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
PiperOrigin-RevId: 211706322
|
| |_|/ /
|/| | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Used to prepare all the header files so they can easily be installed
into /usr/include when packaging TF.
Signed-off-by: Jason Zaman <jason@perfinion.com>
|
| | | | |
|