Mark `index_remap` as `EIGEN_DEVICE_FUNC` in `src/Core/Reshaped.h` (Fixes #2493)

Reference issue

Fixes #2493 (closed)

What does this implement/fix?

Marking index_remap as EIGEN_DEVICE_FUNC allows usage of expression reshape in GPU code.

Additional information

Edited by Antonio Sánchez

Merge request reports

Loading