Alberto Invernizzi

Results 29 issues of 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...

enhancement

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....

Priority:Medium
Type:Optimization

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...

Type:Optimization
Priority:on hold

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:...

Priority:Low
Type:Optimization

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...

Priority:on hold

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...

Type:Bug
TODO: good first task

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...

Type:New Feature
TODO:Task
Type:Optimization