Alberto Invernizzi
Alberto Invernizzi
Checking the parameter passing guidelines I realized that about the note > or return unique_ptr/make_shared at the cost of a dynamic allocation in both "normal" and "advanced" images there is...
I'm not an expert both in Julia and zeromq and I was playing with this wrapper. My example uses the `zmq_proxy`, which is missing in the wrapper currently, and I...
I don't have any experience with Android development, but I was trying to figure out why WhatsDump was not working. The first problems I addressed are about the Android SDK,...
I'm willing to clean up the CMake project, and I started working on #290. As requested by @AlexandreRouma in https://github.com/AlexandreRouma/SDRPlusPlus/pull/290#issuecomment-903104274 I opened this issue. IMHO improving the cmake structure of...
This PR aims at dropping the custom `permuteJustLocal` and reduce the use-case, by transforming permutation indices, to be manageable with the existing local permutation implementation, that exists for both backends....
This effort aims at evaluating a possible improvement for the GPU backend by using a 1-stage reduction instead of the 2-stage currently implemented which seems to fit better on a...
This PR improves computeTFactor computation by parallelising the computation that previously was serialised because of the reduction over a single tile. The algorithm implementation has been split in two variants:...
This is a revamping of a concept we already tested in #386. Due to the important changes happened to the codebase in the meanwhile, together with the fact that it...
GTest source code is always fetched during CMake configure step, no matter if it is going to be used or not. It may be a better choice to just fetch...
In #967, a new "special" permutation has been added. In the end it is just a local permutation, but it starts from reasoning globally. Currently, it runs on MC for...