Danny Price

Results 42 comments of Danny Price

Sorry if it is a little strange! I just wanted to test sending numpy arrays through a pipeline. Yep, seems to fail some trials but not others. Sleep doesn't seem...

This looks to me like a "there be dragons" situation. Could there be something like stride_in_bits=True flag or something, to maintain numpy compatibility for the most part? - Danny On...

I certainly agree that gpudirect from NIC to GPU would be amazing, but at the moment this is not implemented (@benbarsdell please correct if wrong)

Yes, generally read from guppi raw files, which are often strings (unsure what the spec is, or if people actually follow it). An yes, that code is particularly horrible (not...

The plan is to recombine F-engine data that arrives on two different UDP ports. So input tensors are `['time', 'ant', 'channel', 'pol']`, and concatenating on channel axis. Our capture code...

It's working with numpy.concatenate; haven't made a gpu version (yet)

The follow-up question: If I were to just move all headers to `src/bifrost` and refactor the code, would a PR be accepted?

😱 Endianess is always fun. Thanks for tracking down commit. Tagging help-wanted as I'm low on cycles at the moment, but will eventually get to this

Hi @EdwardBetts, not sure if this has fixed the issue, but I hope so! The test suite doesn't currently run on s390x, although that may be possible via github actions

It seems that unfortunately there is no in-built runner for s390x (as far as I can tell, and as you may already know!)