Hacker News new | ask | show | jobs
by amoshebb 37 days ago
I tried, also all a little while ago, really found the puzzles fun to do and then tried to implement some basic radar pipeline things and found lots of just basic 'building blocks' for signal processing (i/o things, fft) were missing to the point I went back to JAX.

I'm still not manage memory on GPU the way I would like, but mojo (or, my ignorant first stab at it) did not let me exploit direct DMA type things anyway.

1 comments

What radar pipelines are you working on (out of pure curiosity here)
Re-writing pretty straightforward weather processing from FPGA to GPU just to kick the tires on mojo