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

CI: Add jobs for 64-bit indexing #381

Closed stotko closed 1 year ago

stotko commented 1 year ago

Our CI currently tests for various platforms and configurations. Regarding the library options, the default 32-bit indexing is only tested while the optional 64-bit indexing is not considered so far. Add the respective CI jobs to test 64-bit indexing on Ubuntu and Windows. This will reduce the likelihood of regressions in the future.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (e6875d1) 97.36% compared to head (0e5f6f9) 97.36%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #381 +/- ## ======================================= 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.