ledatelescope / bifrost

A stream processing framework for high-throughput applications.
BSD 3-Clause "New" or "Revised" License
64 stars 29 forks source link

Only support CUDA 10+ #204

Closed jaycedowell closed 11 months ago

jaycedowell commented 1 year ago

This PR drops support for CUDA versions prior to 10. This is done through a combination of catching old versions of CUDA in configure and dropping the __CUDACC_VER_MAJOR__ tests that toggle for features before/at 9.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (fbf27be) 65.39% compared to head (8dc0a4f) 65.39%.

:exclamation: Current head 8dc0a4f differs from pull request most recent head 7857ba4. Consider uploading reports for the commit 7857ba4 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #204 +/- ## ======================================= Coverage 65.39% 65.39% ======================================= Files 67 67 Lines 5840 5840 ======================================= Hits 3819 3819 Misses 2021 2021 ```

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

jaycedowell commented 11 months ago

Anything else you want to add before I merge this?

league commented 11 months ago

Nope, go. 🛳️