Skip to content

TrigInDetCUDA: Fix compilation in clang build.

Scott Snyder requested to merge ssnyder/athena:clang.TrigInDetCUDA-20240801 into main

nvcc has problems with the tbb headers in the clang build. Restructure slightly so that we don't need direct access to TBB from cu files.

Merge request reports