Skip to content
Snippets Groups Projects

Allen RICH decoding

Merged Daniel Hugo Campora Perez requested to merge cnca_rich_decoding into master
3 files
+ 124
148
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -21,7 +21,7 @@ namespace rich_decoding {
DEVICE_OUTPUT(dev_rich_hit_offsets_t, unsigned) dev_rich_hit_offsets;
HOST_OUTPUT(host_rich_hit_offsets_t, unsigned) host_rich_hit_offsets;
HOST_OUTPUT(host_rich_total_number_of_hits_t, unsigned) host_rich_total_number_of_hits;
DEVICE_OUTPUT(dev_smart_ids_t, unsigned) dev_smart_ids;
DEVICE_OUTPUT(dev_smart_ids_t, Allen::RichSmartID) dev_smart_ids;
};
struct rich_decoding_t : public DeviceAlgorithm, Parameters {
Loading