filtron / MarkovKernels.jl

Marginal distributions and Markov kernels that play nice with each other for the purpose of Bayesian state estimation.
MIT License
17 stars 2 forks source link

Cuda #77

Closed filtron closed 10 months ago

filtron commented 1 year ago

Make package compatible with GPU computation.

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 29.72% and project coverage change: -8.46 :warning:

Comparison is base (61beae4) 97.14% compared to head (9e7f906) 88.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #77 +/- ## ========================================== - Coverage 97.14% 88.68% -8.46% ========================================== Files 17 17 Lines 350 380 +30 ========================================== - Hits 340 337 -3 - Misses 10 43 +33 ``` | [Impacted Files](https://app.codecov.io/gh/filtron/MarkovKernels.jl/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+) | Coverage Δ | | |---|---|---| | [src/MarkovKernels.jl](https://app.codecov.io/gh/filtron/MarkovKernels.jl/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL01hcmtvdktlcm5lbHMuamw=) | `100.00% <ø> (ø)` | | | [src/distributions/normal.jl](https://app.codecov.io/gh/filtron/MarkovKernels.jl/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2Rpc3RyaWJ1dGlvbnMvbm9ybWFsLmps) | `76.78% <0.00%> (-21.09%)` | :arrow_down: | | [src/matrix\_utils.jl](https://app.codecov.io/gh/filtron/MarkovKernels.jl/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL21hdHJpeF91dGlscy5qbA==) | `50.00% <0.00%> (-16.67%)` | :arrow_down: | | [src/covariance\_parameter.jl](https://app.codecov.io/gh/filtron/MarkovKernels.jl/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Filip+Tronarp+#diff-c3JjL2NvdmFyaWFuY2VfcGFyYW1ldGVyLmps) | `73.97% <42.30%> (-26.03%)` | :arrow_down: |

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

filtron commented 10 months ago

This should be handled by package extensions probably. closed.