Skip to content

CA: remove SIMDization and multithreading

Sergey Gorbunov requested to merge se.gorbunov/cbmroot:noSIMD into master
  • de-SIMDize and significantly cleanup the triplet construction

It is needed for further developments. We plan to add more flexibility to the triplet construction and implement approximated search windows. These windows will not require many calculations, therefore the SIMDization will not be needed anyhow.

  • remove the (not working) multithreaded mode. Currently, the OpenMP code only complicates the tracker development. In the future, the code will be ported to GPU and will run in the OpenMP mode automatically via the XPU framework.

Merge request reports