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

test: Fix more conversion warnings for 64-bit index_t #382

Closed stotko closed 1 year ago

stotko commented 1 year ago

In #380 several conversion warnings only appearing with 64-bit indexing enabled have been fixed. While this results in clean builds on Ubuntu again, there are a few remaining warnings on Windows left. Fix these warnings as well to ensure clean builds on all supported platforms.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (85c9e03) 97.36% compared to head (927a633) 97.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #382 +/- ## ======================================= Coverage 97.36% 97.36% ======================================= Files 31 31 Lines 2547 2547 ======================================= Hits 2480 2480 Misses 67 67 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.