Alexander Kamkin

Results 3 issues of Alexander Kamkin

Does it make any sense that Bambu sends paired requests to memory with the same addresses? ![bambu-equal-addresses](https://user-images.githubusercontent.com/52313418/98370179-3512e980-204b-11eb-918c-ccbb441b761d.png) It is also unclear for what reason the width of `Mout_data_ram_size` is `14`...

bug

If `minHelixRadius < config.rMax / 2`, createGrid (Core/include/Acts/Seeding/SpacePointGrid.ipp) takes the square root of a negative number: ``` float maxR2 = config.rMax * config.rMax; float xOuter = maxR2 / (2 *...

The installation procedure described in [README.md](https://github.com/etherzhhb/Shang/blob/master/README.md) does not work. Below is the process I used to install the tool (Ubuntu 18.04). # Installation ## Prerequisites ### Build Tools * Install...