1. 07bb8ea Update release note. by Yifei Feng · 9 years ago v1.0.0
  2. 47bba63 Update version string for 1.0.0. by Yifei Feng · 9 years ago
  3. 43df96a Merge pull request #7427 from tensorflow/seal-contrib by Yifei Feng · 9 years ago
  4. 810a476 Expose export-related utility functions under tf.contrib.learn Change: 144924507 by David Soergel · 9 years ago
  5. 779503f Merge branch 'seal-contrib' of github.com:tensorflow/tensorflow into seal-contrib by Martin Wicke · 9 years ago
  6. f3979c0 Fix transform for cyclic graph (second try). Deprecate in-place transform. by A. Unique TensorFlower · 9 years ago
  7. 4e20b47 Fix transform for cyclic graph. by A. Unique TensorFlower · 9 years ago
  8. ce1cbb5 Merge branch 'r1.0' into seal-contrib by Yifei Feng · 9 years ago
  9. 80a5ffb Merge pull request #7426 from yifeif/r1.0 by Yifei Feng · 9 years ago
  10. 7aa125e Merge branch 'r1.0' into seal-contrib by Martin Wicke · 9 years ago
  11. 2d364af Fix double evaluation of macro argument that was causing duplicate CUDA batched GEMM calls. by Peter Hawkins · 9 years ago
  12. 5a7babb Merge pull request #7423 from caisq/doc-cp by Shanqing Cai · 9 years ago
  13. 4ca79f6 tfdbg doc: move PNG image files to g3doc/images Change: 146289701 by Shanqing Cai · 9 years ago
  14. b2215c8 Seal tf.contrib.framework. Change: 146174108 by Martin Wicke · 9 years ago
  15. daa030e Seal contrib interfaces (as much a feasible). If you were using a symbol which is now hidden, it should be added to the _allowed_symbols list in the appropriate __init__.py file. by Martin Wicke · 9 years ago
  16. 59ad952 Remove access to individual sub-modules: only use the symbols imported at the root of the library. by A. Unique TensorFlower · 9 years ago
  17. 1536a84 Bump the version of nccl for macos fixes. by Gunhan Gulsoy · 9 years ago v1.0.0-rc2
  18. 81e823d set TF_CUDA_TOOLKIT_PATH for cmake builds as bazel builds do. by guschmue · 9 years ago
  19. a522ba9 Bump the size of server_test to avoid flakes. by Gunhan Gulsoy · 9 years ago
  20. e5f615d Bump the size of saver_test. by Gunhan Gulsoy · 9 years ago
  21. da57986 Bump the size of flaky core_rnn_test. by Gunhan Gulsoy · 9 years ago
  22. 38ac8aa Split input related estimator tests into a new file to fix timeout issue. by Mustafa Ispir · 9 years ago
  23. 1a4406e Disable nccl_manager_test since it flakes a lot on Jenkins with errors finding by A. Unique TensorFlower · 9 years ago
  24. f2f3348 Update version string to 1.0.0-rc2 by Gunhan Gulsoy · 9 years ago
  25. ad67415 Rename the DEBUG logging level to DEBUGGING. by A. Unique TensorFlower · 9 years ago
  26. c6d6468 Work around Devsite bug in generated documentation. by Skye Wanderman-Milne · 9 years ago
  27. 7eb3475 CudaRoot() returns the configured CUDA toolkit path. by Jingyue Wu · 9 years ago
  28. b9deaac [TF:XLA] Disable the XLA CPU jit by default when the JIT is requested via the OptimizerOptions. by Peter Hawkins · 9 years ago
  29. 2058497 Streamlined representation of PendingCounts data structure. by Jeffrey A. Dean · 9 years ago
  30. f4250fd This implemented Jeff's idea to avoid most of the refcount related atomic operations when propagating tensors to the input slots of its consumers. by Yuan Yu · 9 years ago
  31. 9f57712 Improve memory system behavior of core graph execution module. by Jeffrey A. Dean · 9 years ago
  32. af37207 Fix for op placements when deduplicating sparse gradients. by A. Unique TensorFlower · 9 years ago
  33. 0c68156 Do not build with sse4.1 by default. (#7348) by gunan · 9 years ago
  34. d303ae5 Merge change for pip_package license file from master. by Chad Whipkey · 9 years ago
  35. 311fbfa Reapply contrib/BUILD change for nccl. by Chad Whipkey · 9 years ago
  36. 768a41a Adding support for non-fused Winograd algorithm from Cudnn 5.1. by Xiaoqiang Zheng · 9 years ago
  37. bbb0edb Fix error in record_input_test due python2 vs 3 difference in writing strings. by A. Unique TensorFlower · 9 years ago
  38. 74be1df Improve performance of ResizeArea op: by A. Unique TensorFlower · 9 years ago
  39. 666ccf2 Various speedups to ResizeBilinearOp: by Jeffrey A. Dean · 9 years ago
  40. 154c221 Remove extra unnecessary parameter to functor::ResizeBilinear by Brennan Saeta · 9 years ago
  41. 18c200b Improve the performance of resize_bilinear. by Brennan Saeta · 9 years ago
  42. 0c515fc increase size of test to remove timeout failure (#7202) by Yaroslav Bulatov · 9 years ago
  43. 38daff2 Add contrib/nccl for using all-reduce collectives across GPUs of a single by A. Unique TensorFlower · 9 years ago
  44. a0087e2 Add colocation constraints to StagingArea. Change: 146031080 by A. Unique TensorFlower · 9 years ago
  45. 3287b46 Enable inplace update ops for strings on CPU. Speed up string concat. by A. Unique TensorFlower · 9 years ago
  46. f043bd0 Enabling the GPU version of the stage ops. Change: 144995584 by Xiaoqiang Zheng · 9 years ago
  47. d190683 Deal with parallel concat as a registered graph optimization pass. by A. Unique TensorFlower · 9 years ago
  48. a4218e7 Avoid the name Yield as some windows header defines a macro with this name. by A. Unique TensorFlower · 9 years ago
  49. e99d3ca Add a new lightweight queue-like object - RecordInput Change: 144752664 by A. Unique TensorFlower · 9 years ago
  50. 58dcfa4 Simplifications and cleanups in the implementation of ParallelConcat by A. Unique TensorFlower · 9 years ago
  51. e1b1b8e Refer users to the RedBaron fork of this script. (#7334) (#7343) by Andrew Selle · 9 years ago
  52. f74fb78 Merge pull request #7340 from tatatodd/r1.0 by Todd Wang · 9 years ago
  53. 2934985 Propagate TF_BUILD_ENABLE_XLA environment variable into the CI build docker container from ci_parameterized_build.sh. by Peter Hawkins · 9 years ago
  54. 3f4fa88 Update LLVM to r293266. Change: 145804953 by Peter Hawkins · 9 years ago
  55. f38cac3 Revert "Revert non-compiler changes" by Todd Wang · 9 years ago
  56. 0a006b3 Revert non-compiler changes by Todd Wang · 9 years ago
  57. 617bfce [XLA] Replace std::mutex & std::condition_variable by TF equivalents by Eli Bendersky · 9 years ago
  58. 976e096 [XLA] On GPUs, lower pow(A, .5) as sqrt(A) and pow(A, -.5) as 1/sqrt(A). by Justin Lebar · 9 years ago
  59. 6222aae [XLA] Add CodegenTestBase::set_fast_math_disabled. by Justin Lebar · 9 years ago
  60. cf9e10d [XLA] Fix parameter type of IsLiteralWithValue in algebraic_simplifier.cc. by Justin Lebar · 9 years ago
  61. f873800 [TF:XLA] Remove duplicate main() from randomized_tests. Change: 146690299 by Peter Hawkins · 9 years ago
  62. 7bebf7f [XLA] Add LiteralUtil::IsAllFloat. by Justin Lebar · 9 years ago
  63. 65dc8a8 Fixes a couple of mis-formatted error messages. Change: 146684854 by Adam Roberts · 9 years ago
  64. 0900e0c [XLA:CPU] Switch dynamic_ops_test to use Parameter (instead of Constant) for large test values (also reduces test timeout to medium/moderate). by A. Unique TensorFlower · 9 years ago
  65. ef2c658 Propagate devices when instantiating function bodies. by Peter Hawkins · 9 years ago
  66. bcfe10e [XLA] Move shape_with_output_layout and seed fields into ExecutionOptions. by Justin Lebar · 9 years ago
  67. 8f6e925 [XLA] Rename CompilationOptions proto to ExecutionOptions. by Justin Lebar · 9 years ago
  68. eefb945 [TF:XLA] Add a placeholder implementation of Log1p (via log(1+x), which is not numerically accurate for x near 0). by Peter Hawkins · 9 years ago
  69. 0ed5741 Decrement initial reference to XlaDeviceContext object to fix memory leak. by Peter Hawkins · 9 years ago
  70. 506c440 [XLA:GPU] Make WhileTransformer match computations post fusion and copy insertion HLO passes. Switches implementation to use simple expression tree matching, and reduces the number of patterns to match to those that we care about in production (i.e. post fusion and copy insertion). by A. Unique TensorFlower · 9 years ago
  71. 8a0eb24 [XLA] Move fast-math flags into HLO module config. by Justin Lebar · 9 years ago
  72. f264e58 [XLA] Use an atomic int in hlo_module_config.cc for the seed. by Justin Lebar · 9 years ago
  73. 696b037 Increase timeout of dynamic_ops_test. Change: 146153983 by A. Unique TensorFlower · 9 years ago
  74. c07a477 [XLA] Fix uses of ShapeUtil::ByteSizeOf to use proper pointer size by David Majnemer · 9 years ago
  75. ed6067c [XLA] Correctly count FLOPs for fusion nodes in HloCostAnalysis by David Majnemer · 9 years ago
  76. 2d56699 [XLA] Initialize TargetOptions::NoSignedZerosFPMath by David Majnemer · 9 years ago
  77. 7e675bd Update comment: `tf.pack` -> `tf.stack`. Change: 145908199 by A. Unique TensorFlower · 9 years ago
  78. be4ec67 [TF:XLA] Remove two concat gradient test cases that took an unreasonably long time to run. by Peter Hawkins · 9 years ago
  79. dba797b Add sum-across-opcodes report for HLO profiling. Change: 145863928 by Bjarke Hammersholt Roune · 9 years ago
  80. 8145163 [TF:XLA:GPU] Fix HloSchedule to account for stream predecessors transitively. by A. Unique TensorFlower · 9 years ago
  81. cd158fd [TF:XLA] Fix tuple-shaped Call op. by A. Unique TensorFlower · 9 years ago
  82. 2525297 [XLA] Update comment on RNG_UNIFORM in xla_data.proto Change: 145810242 by Peter Hawkins · 9 years ago
  83. 882b196 [XLA] Change XLA operation RngUniform semantics to return values in a semi-open interval rather than a closed interval to match Tensorflow tf.random_uniform semantics. by Peter Hawkins · 9 years ago
  84. 7984588 [TF:XLA] Add an option to disable special handling of compile-time constants, instead leaving them as run-time outputs of the compiled computation. by Peter Hawkins · 9 years ago
  85. 3af171a Addition of Outfeed HLO op. Change: 145772331 by Tayo Oguntebi · 9 years ago
  86. f2332ab Update for LLVM revision 293189 Change: 145758908 by A. Unique TensorFlower · 9 years ago
  87. 3296af2 [XLA] Improve cost analysis for certain operations by David Majnemer · 9 years ago
  88. 38ebac3 Add whitespace to improve readability of logging & errors strings. by A. Unique TensorFlower · 9 years ago
  89. c564728 Break out HloOrdering classes into separate files. by Mark Heffernan · 9 years ago
  90. f567df3 Internal-only change Change: 145590752 by Mark Heffernan · 9 years ago
  91. 2dcb49e Do not reuse allocations which hold tuple logical buffers. This works around a GPU codegen issue which extended the live range of tuple buffers. This also addresses a potential latent bug where thread-local or custom call buffer might have been reused. by Mark Heffernan · 9 years ago
  92. 2e782e7 [XLA] Make `HloPass` an interface, NFC by A. Unique TensorFlower · 9 years ago
  93. 50253e6 [XLA] Add test for ReduceWindow with an uncommon reduce function. by Peter Hawkins · 9 years ago
  94. 81482e1 Improvements to HLO text format printing. Change: 145374835 by Bjarke Hammersholt Roune · 9 years ago
  95. 1c31676 Improve support for pad instructions with negative padding. by Mark Heffernan · 9 years ago
  96. e2934c5 [XLA:GPU] Do not merge fusion instructions with expensive fused instructions. by A. Unique TensorFlower · 9 years ago
  97. f23143c [XLA] Replace TODO(name) by TODO(b/...) Change: 145314878 by Eli Bendersky · 9 years ago
  98. bf7470f Added optional string argument to infeed HLO op. Change: 145188452 by A. Unique TensorFlower · 9 years ago
  99. 0348cff [TF:XLA] Make //tensorflow/compiler/tests:concat_ops_test medium size to fix Jenkins test timeout. by Peter Hawkins · 9 years ago
  100. 80e479a [XLA] Make capture lists in `ElementalIrEmitter::MakeElementGenerator` explicit, lest someone forget to cap `operand_to_generator` by ref and its many copies fill memory and cause much woe and process death. NFC by A. Unique TensorFlower · 9 years ago