Skip to content

Draft: Make it possible to store x positions in the seeding as int16_t

Louis Henry requested to merge lohenry-intPositions into 2024-patches

The intrinsic precision of the SciFi is around 0.1mm, which allows to store all x positions as int16 rather than float, relieving the shared memory.

Early tests show a speed-up of 0.5kHz, and current implementation probably can be improved

@ahennequ @jzhuo @gligorov

Merge request reports

Loading