Skip to content

Fixes for navigation index table in single precision mode.

Andrei Gheata requested to merge fix_navindex_single into master

The navigation index table had hardcoded double precision and failed both on CPU and GPU in single precision mode. This patch fixes that.

Merge request reports