| Commit message (Collapse) | Author | Age |
| |
|
|
|
|
| |
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
|
|
| |
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
|
|
| |
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Windows: Make TensorFlow build without --cpu=x64_windows_msvc
Since from Bazel 0.5.0, MSVC toolchain became the default toolchain on
Windows. So --cpu=x64_windows_msvc is not required as long as we adjust
the BUILD files in TensorFlow.
--cpu=x64_windows_msvc is also supported for now, but is depracated.
The configuration for cpu value x64_windows_msvc is a duplicate of
x64_windows, which should be removed in the future.
* Fix breakage on macOS
|
|
|
|
|
| |
clang.
Change: 148447802
|
|
This makes JPEG go 2x faster on x86_64 (k8), arm7, and arm8. On all
other CPU targets, e.g. x86, JPEG performance should be the same as it
was before.
Fixes #4807
Change: 139295768
|