Lattice Grid Buy a licence

The grid (core) ยท console.warn

off-thread sort failed; recomputed on the main thread.

Printed by The grid (core), prefixed [lattice], since 1.20.0.

Warnings referencesource.pipeline.sort

Identifier
source.pipeline.sort
Raised by
The grid (core)
Since
1.20.0

What happened

The sort was offloaded to the worker and failed there, so it was re-run on the main thread and the model settled normally. The rows are correct; this pass cost the round trip and the main-thread time.

The fix

The error is attached to the console line. A repeated failure usually means the worker cannot load the compute kernels - see worker/no-compute.

Reference

Covered in full at the API reference.