cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[openmp] Add offload to SiPixelClusterizer and update build for NVHPC compiler #386

Closed markdewing closed 1 year ago

markdewing commented 1 year ago

Add openmp offload to three routines in SiPixelClusterizer.

Update the build to work with the NVHPC compiler.

The code runs and passes validation when compiled with LLVM.
The code fails with assertion failures when compiled with NVHPC (22.7)

makortel commented 1 year ago

Visually looks ok