ledatelescope / bifrost

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

Auto-detect GPU shared memory #212

Closed jaycedowell closed 1 year ago

jaycedowell commented 1 year ago

This PR enables auto-detection of the GPU shared memory per block. It also changes linalg_kernels.cu to use BF_GPU_SHAREDMEM when determining if an array can fit into shared memory.

codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (0388e5f) 65.39% compared to head (3fb4d37) 65.39%.

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