stotko / stdgpu

stdgpu: Efficient STL-like Data Structures on the GPU
https://stotko.github.io/stdgpu/
Apache License 2.0
1.15k stars 81 forks source link

General: Bump required thrust version to 1.13.1 #429

Closed stotko closed 1 month ago

stotko commented 1 month ago

Fixing a compilation issue with thrust on CUDA 12.6 required leveraging a macro that was introduced in thrust 1.13.1 (and CUDA 11.5), see #428. Although we technically support version down to CUDA 11.0 (released March 2020), such an old version will very likely not be used as support for the current GPU generations (RTX 30XX and 40XX) was not present at that time. Thus, bump to the requirements to thrust 1.13.1 and CUDA 11.5 (released October 2021). This may also unblock some further cleanups in the future.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.38%. Comparing base (1d29bb6) to head (edbdae0). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #429 +/- ## ========================================== + Coverage 97.34% 97.38% +0.03% ========================================== Files 32 32 Lines 2524 2524 ========================================== + Hits 2457 2458 +1 + Misses 67 66 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.