Expand description
Compute client module.
Structsยง
- Compute
Client - The
ComputeClientis the entry point to require tasks from theComputeServer. 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 thatreplayre-runs against its original buffers, skipping the launch path it was recorded from. Cheap to clone (shares one backend graph).