aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/grappler/clusters
Commit message (Expand)AuthorAge
* Add PinToHostOptimizer to grappler: force small ops to happen on CPU (instead ofGravatar A. Unique TensorFlower2018-09-22
* Rename CUDA GPU ID to platform GPU IDGravatar Wen-Heng (Jack) Chung2018-08-31
* Add shape and remapping optimization to the disabled optimizerGravatar Yao Zhang2018-08-28
* set memory_size for virtual_cluster, to make user specified per_process_gpu_m...Gravatar pengwa2018-08-23
* Automated rollback of commit abf8b6e2d32da89d5929657bb06c73a91ac3dcc7Gravatar Anna R2018-08-09
* Internal change.Gravatar Anna R2018-08-09
* Use configured executor type in direct_session. Adds executor_type to config ...Gravatar A. Unique TensorFlower2018-07-30
* Add function to set inter-op thread pool size in cluster after initialization...Gravatar A. Unique TensorFlower2018-07-18
* Merge changes from github.Gravatar Akshay Modi2018-06-18
* Add DeviceSet to SingleMachine, so we can use the OptimizeGraph() tool to callGravatar Guangda Lai2018-06-15
* Resubmitting CL 196349902: Adding cuDNN header dependency to targets that inc...Gravatar A. Unique TensorFlower2018-06-01
* Automated g4 rollback of changelist 196349902Gravatar A. Unique TensorFlower2018-05-12
* Adding cuDNN header dependency to targets that include the cuDNN header file.Gravatar A. Unique TensorFlower2018-05-11
* Merge changes from github.Gravatar Patrick Nguyen2018-05-01
* Format header guards under tensorflow/core/grappler.Gravatar A. Unique TensorFlower2018-04-26
* Merge changes from github.Gravatar Yifei Feng2018-04-23
* Internal ChangeGravatar A. Unique TensorFlower2018-04-23
* Automated g4 rollback of changelist 192768744Gravatar A. Unique TensorFlower2018-04-13
* Split byte_order.h off cpu_info.hGravatar A. Unique TensorFlower2018-04-13
* Attach an id for each cost node in virtual_cluster.Gravatar Rui Zhao2018-04-03
* Add a config option to run Grappler optimizers more than once.Gravatar A. Unique TensorFlower2018-04-02
* Log large allocations and total memory usage for the CPU device.Gravatar Russell Power2018-03-30
* Remove all_opensource_files. It's not needed any more.Gravatar Martin Wicke2018-03-28
* Increment node_ids when merging CostGraphDef.Gravatar Rui Zhao2018-03-10
* Automated g4 rollback of changelist 185324160Gravatar Guangda Lai2018-02-26
* memory_size should be expressed in Bytes, but port::AvailableRam() returns kB.Gravatar Benoit Steiner2018-02-21
* Add a new tag no_cuda_on_cpu_tap for excluding failing non-gpu cuda tests.Gravatar Guangda Lai2018-02-15
* Filter out the fake XLA devices to avoid double counting the actual hardwareGravatar Benoit Steiner2018-02-12
* Automated g4 rollback of changelist 185233116Gravatar Guangda Lai2018-02-11
* Fix grappler to use CudaGpuId instead of TfGpuId to query device states.Gravatar Guangda Lai2018-02-09
* Added the ability to query the amount of RAM availableGravatar Benoit Steiner2018-02-05
* Remove unused class membersGravatar A. Unique TensorFlower2018-01-29
* Cleanup: Ran clang-format on all *.{cc,h} in under grappler.Gravatar A. Unique TensorFlower2018-01-26
* Combine host and device memory proto fields.Gravatar Yuefeng Zhou2018-01-17
* Better detect the amount of device memory that's availableGravatar Benoit Steiner2018-01-09
* Measure memory for restore subgraph in SaveRestoreMeasuringCoseEstimator.Gravatar Yuefeng Zhou2018-01-05
* Added a couple of trivial testsGravatar Benoit Steiner2018-01-05
* Make the analytical estimator and the virtual cluster own the ready_node_mana...Gravatar A. Unique TensorFlower2017-12-22
* Updated the virtual cluster to return the proper error code if the simulatedGravatar Benoit Steiner2017-12-22
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-22
* Automated g4 rollback of changelist 179872807Gravatar Anna R2017-12-21
* Extract placement restrictions for a graphGravatar Benoit Steiner2017-12-21
* Make sure we serialize the creation and deletion of clusters from python to a...Gravatar Benoit Steiner2017-12-11
* Reset the session before save op is run.Gravatar Yuefeng Zhou2017-12-06
* Add SaveRestoreMeasuringCostEstimator to measure the memory and runtime cost ...Gravatar Yuefeng Zhou2017-12-05
* Use Toggle instead of bool to make the layout optimizer name and usage consis...Gravatar Yao Zhang2017-11-14
* Determine peak memory usage from the result of a simulation.Gravatar Benoit Steiner2017-10-12
* Define OpContext and use it for OpLevelCostEstimator.Gravatar A. Unique TensorFlower2017-09-26
* Merge changes from github.Gravatar Shanqing Cai2017-09-25
* Remove RTLD_GLOBAL when loading pywrap_tensorflowGravatar Allen Lavoie2017-09-21