paboyle / Grid

Data parallel C++ mathematical object library
GNU General Public License v2.0
154 stars 109 forks source link

updating Eigen to 3.4.0 #451

Closed aportelli closed 7 months ago

aportelli commented 7 months ago

This PR update the deployed version of Eigen in the bootstrap step to 3.4.0. This was motivated by

I am waiting for CI confirmation and will followup here

paboyle commented 7 months ago

I'm ok with updating Eigen -- might give us the ability to run Eigen on GPU, which was flaky and NVCC version dependent for a long period.

aportelli commented 7 months ago

Hi @paboyle, thanks. I waited for CI checks, now successful, which took a while because of maintenance. I also used this branch internally and did not encounter it. So I think it is safe to merge at your discretion.

paboyle commented 7 months ago

Thanks. Will be nice to have another crack at Eigen on the GPU.