mrc-ide / odin.dust

Compile odin to dust
https://mrc-ide.github.io/odin.dust
Other
3 stars 1 forks source link

Update to work with dust 0.9.0 #82

Closed richfitz closed 3 years ago

richfitz commented 3 years ago

Support for device compiled compare functions

This needs merging in concert with https://github.com/mrc-ide/sircovid/pull/297 and https://github.com/mrc-ide/dust/pull/224

codecov[bot] commented 3 years ago

Codecov Report

Merging #82 (6fd8099) into master (154e9c6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #82   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          921       959   +38     
=========================================
+ Hits           921       959   +38     
Impacted Files Coverage Δ
R/generate_dust.R 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 154e9c6...6fd8099. Read the comment docs.

johnlees commented 3 years ago

Can we also add the ALIGN(16) directive to data_t here?