Skip to content

Draft: Allow more spinning threads in threadpool.

Antonio Sánchez requested to merge cantonios/eigen:spinning into master

This can help reduce latency, at the cost of additional wasted spin cycles.

Coordinating with ARM/Intel to agree on an approach. Both have requested this to reduce latency in certain models.

Merge request reports