lwa-project / ng_digital_processor

The Next Generation Digital Processor for LWA North Arm
Apache License 2.0
0 stars 0 forks source link

`ReChannelizerOp` stalls on input ring resize #10

Closed jaycedowell closed 1 year ago

jaycedowell commented 1 year ago

This seems related to #4 in that the resizing of the input ring causes problems. Both CopyOp and ReChannelizerOp are resizing rings that live in cuda_host. Maybe we need to resize before block launch? Does that even work with the capture blocks?

jaycedowell commented 1 year ago

Merging with #4.