Class GPUOptions.Experimental.StreamMergeOptions

All Implemented Interfaces:
Message, MessageLite, MessageLiteOrBuilder, MessageOrBuilder, Serializable, GPUOptions.Experimental.StreamMergeOptionsOrBuilder
Enclosing class:
GPUOptions.Experimental

public static final class GPUOptions.Experimental.StreamMergeOptions extends GeneratedMessageV3 implements GPUOptions.Experimental.StreamMergeOptionsOrBuilder
Whether to merge data transfer streams into the compute stream in the
same stream group. Stream merging helps reduce the overhead caused by
stream synchronization, especially when data transfers are frequent. For
example, setting "merge_host_to_device_stream = true" will make the
compute stream responsible for both computation and host to device memory
copy.
Protobuf type tensorflow.GPUOptions.Experimental.StreamMergeOptions
See Also: