Skip to main content

Module cpu_queue

Module cpu_queue 

Source
Expand description

CPU hardware queue implementation using rayon.

The CpuQueue batches kernel executions and submits them to rayon’s thread pool for parallel execution.

Structs§

CpuQueue
CPU command queue using rayon for parallel execution.