STEllAR-GROUP / octotiger

Astrophysics program simulating the evolution of star systems based on the fast multipole method on adaptive Octrees
http://octotiger.stellar-group.org/
Boost Software License 1.0
48 stars 17 forks source link

Do not use tuple workaround for cuda 12.2 #475

Closed G-071 closed 6 months ago

G-071 commented 6 months ago

We required a workaround for getting the structured tuple bindings working with older CUDA version in #469.

However, it seems we do not need this for CUDA 12.2, only for versions older than that. This PR simply changes the ifdef condition accordingly, thus fixing the compilation with CUDA 12.2.