Skip to main content

Module client

Module client 

Source
Expand description

Compute client module.

Structsยง

ComputeClient
The ComputeClient is the entry point to require tasks from the ComputeServer. It should be obtained for a specific device via the Compute struct.
Graph
A captured graph produced by ComputeClient::stop_capture: a recorded launch sequence that replay re-runs as a single dispatch against its original buffers. Cheap to clone (shares one backend graph).