unilab.ipc.replay_pipelines.transfer.base.ReplayTransferBackend¶
- class unilab.ipc.replay_pipelines.transfer.base.ReplayTransferBackend[source]¶
Bases:
ProtocolDevice-specific host-to-device transfer backend.
Methods
__init__(*args, **kwargs)allocate_device_slots(*, count, shape, dtype)clear_ready(slot)close()ready_query(slot)register_host_slots(slots)submit_h2d(*, slot, dst, src, metadata, ...)synchronize_ready(slot)Attributes
- submit_h2d(*, slot, dst, src, metadata, trace_recorder, trace_cuda_events, h2d_bytes, pack_layout, pack_executor)[source]¶
- __init__(*args, **kwargs)¶