CLK icon indicating copy to clipboard operation
CLK copied to clipboard

Software-only ScanTarget?

Open cesss opened this issue 2 years ago • 0 comments

Doing the signal processing on the GPU is a very good idea (it's one of the GPU's strong use cases), but I believe it would be nice to have a software-only implementation, so that CLK could be built as SDL as its only dependency if needed. If the signal processing work is written in plain C, this would open several possibilities (ie: it could be possible to put that loop inside an OpenCL kernel, or to parallelize it with OpenMP, or just perform a plain -without parallelization- build of the loop as old-good C).

cesss avatar Oct 28 '22 09:10 cesss