aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/common_runtime
Commit message (Expand)AuthorAge
* Validate shapes when updating edges from Python.Gravatar Olivia Nordquist2017-11-13
* Moved tensorflow::StringPiece::Hasher out of tensorflow::StringPiece and rena...Gravatar A. Unique TensorFlower2017-11-13
* Support non-scalar variant device copy.Gravatar Eugene Brevdo2017-11-13
* Limit internal fragmentation in BFCAllocator to 128mb per allocation.Gravatar Justin Lebar2017-11-10
* Automated g4 rollback of changelist 174735029Gravatar Guangda Lai2017-11-06
* Force CUDA runtime initialization only when device count is larger than 0.Gravatar Yangzihao Wang2017-11-06
* Refactor helper functions a bit for virtual gpu changes later.Gravatar Guangda Lai2017-11-06
* Run optimizers even if we can't detect the CPU device: constant folding willGravatar Benoit Steiner2017-11-02
* Adding support for local device names for ProcessFLR. Now one can specify a r...Gravatar Rohan Jain2017-11-01
* Adds a PrefetchWithFn op to contrib/data. Alongwith the FunctionBufferingReso...Gravatar Rohan Jain2017-10-30
* Enable shape inference on functions in grappler.Gravatar A. Unique TensorFlower2017-10-30
* Added max_folded_constant_in_bytes field in OptimizationConfig. This optionGravatar A. Unique TensorFlower2017-10-26
* Automated g4 rollback of changelist 173456597Gravatar Malcolm Reynolds2017-10-26
* Force the CUDA runtime initialization before device creation.Gravatar Yangzihao Wang2017-10-25
* Fix SIGSEGV in GraphRunner::Run when called with a function library for a non...Gravatar A. Unique TensorFlower2017-10-25
* Merge changes from github.Gravatar Benoit Steiner2017-10-24
* Disable constant folding when propagating shapes through functions ifGravatar Benoit Steiner2017-10-18
* Fix a bug in BFCAllocator::Log2FloorNonZero() under non gnuc non windows mode...Gravatar Guangda Lai2017-10-17
* Add the op->IsExpensive() argument to tracing calls.Gravatar A. Unique TensorFlower2017-10-16
* Support ClusterSpec propagation with XLA DevicesGravatar Brennan Saeta2017-10-16
* Minimal support for running OpsTest on GPU, using CUDA unified memory.Gravatar A. Unique TensorFlower2017-10-12
* Replace CHECK() with a WARNING in StepStatsCollector so that Save after Final...Gravatar A. Unique TensorFlower2017-10-09
* Log in executor when a synchronous node is finished.Gravatar Reed Wanderman-Milne2017-10-06
* Fix stats_collector_ null pointer error.Gravatar A. Unique TensorFlower2017-10-06
* Fix a minor issue w/ allreduceGravatar James Qin2017-10-06
* [XLA:CPU] Make EmitTargetAddressForOp return void (well, technically Status).Gravatar Justin Lebar2017-10-06
* [TF2XLA] Update device name in convert and redo check that name parsing is co...Gravatar Jacques Pienaar2017-10-06
* Fix stats_collector_ null pointer error.Gravatar A. Unique TensorFlower2017-10-06
* Track memory allocation/deallocation history.Gravatar A. Unique TensorFlower2017-10-05
* Internal Variant API allowing registering Variants to be copied from/to GPU.Gravatar Eugene Brevdo2017-10-03
* Standardizing device names to the newer /device:<type>:<index> format by maki...Gravatar Rohan Jain2017-10-02
* Allowing for functions to run across processes using RPC's. Currently this on...Gravatar Rohan Jain2017-10-02
* Fix BFC allocator's log messages on OOM error.Gravatar Reed Wanderman-Milne2017-09-27
* Fix a bug where it'll report an incorrect allocated bytes when backpedalling,...Gravatar Guangda Lai2017-09-26
* Shape inference for user-defined functions in TF. For now it is completely "o...Gravatar Max Galkin2017-09-26
* Automated g4 rollback of changelist 169897567Gravatar Gunhan Gulsoy2017-09-25
* Minimal support for running OpsTest on GPU, using CUDA unified memory.Gravatar A. Unique TensorFlower2017-09-25
* Fix typos in the API documentation for tensorflow::PendingCounts.Gravatar A. Unique TensorFlower2017-09-21
* Fold fetch nodes.Gravatar Yao Zhang2017-09-21
* Move "Call" helper function to testlib so that other tests in common_runtime ...Gravatar Max Galkin2017-09-20
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-19
* Merge changes from github.Gravatar Patrick Nguyen2017-09-15
* Apply const qualifiers whenever appropriate.Gravatar Henry Tan2017-09-15
* Making sure that the src_incarnation field on the ParsedKey for the Send and ...Gravatar Rohan Jain2017-09-13
* Switch resource variables from copy-on-read to copy-on-write.Gravatar A. Unique TensorFlower2017-09-11
* Using rendezvous manager to pass args / rets between devices during function ...Gravatar Rohan Jain2017-09-08
* SimpleGraphExecutionState -> GraphExecutionStateGravatar Suharsh Sivakumar2017-09-07
* Pass in the CPU device to grappler, instead of making a new one, when possible.Gravatar A. Unique TensorFlower2017-09-07
* Fix non-deterministic bug in constant folding. The shape_map was a map from N...Gravatar A. Unique TensorFlower2017-09-07
* Remove `SimpleGraphExecutionState::costs_`, which is unused.Gravatar Derek Murray2017-09-06