Skip to content
Snippets Groups Projects
  1. Sep 25, 2023
  2. Sep 21, 2023
  3. Sep 18, 2023
  4. Sep 12, 2023
  5. Sep 11, 2023
  6. Sep 08, 2023
    • Scott Snyder's avatar
      CaloClusterCorrection: Fix CA issue. · 3e0e671b
      Scott Snyder authored and Adam Edward Barton's avatar Adam Edward Barton committed
      CaloClusterCorrection: Fix CA issue.
      
      Remove code that was making tool names unique.
      Don't think this is needed any more, and this was incompatible with CA 
      configuration, where we expect the same call to always produce the 
      same results.
      
      See ATLASRECTS-7730.
      3e0e671b
  7. Sep 04, 2023
  8. Aug 29, 2023
    • Scott Snyder's avatar
      CaloRec: Fix test failure on arm. · ba3d63bf
      Scott Snyder authored and Frank Winklmeier's avatar Frank Winklmeier committed
      CaloRec: Fix test failure on arm.
      
      CaloCellMakerTest was comparing a dump of the cells with a reference file.
      This was observed to be failing on aarch64 because FP results are slightly
      different.
      
      Now, incorporate the functionality of comparing with a reference into the
      dumper algorithm; in that case, we can use inexact comparison for the FP values.
      ba3d63bf
  9. Aug 27, 2023
  10. Aug 26, 2023
  11. Aug 25, 2023
  12. Aug 19, 2023
    • Scott Snyder's avatar
      CaloIdentifier: Use CXXUTILS_TRAPPING_FP. · 9f34ac00
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      CaloIdentifier: Use CXXUTILS_TRAPPING_FP.
          
      Use CXXUTILS_TRAPPING_FP in FCAL_ChannelMap to tell clang to optimize
      assuming that FP operations may trap.
          
      Fixes test failures in the clang build in MuonCombinedConfig.
      9f34ac00
  13. Aug 18, 2023
  14. Aug 17, 2023
    • Scott Snyder's avatar
      CxxUtils, etc: Add trapping_fp.h. · 2bab1d0e
      Scott Snyder authored and Tadej Novak's avatar Tadej Novak committed
      CxxUtils: Add trapping_fp.h.
      
      Add a macro to tell the compiler to optimize the current block assuming
      that FP operations may trap.
      
      Mostly for clang, to prevent it from auto-vectorizing in places where that
      can cause spurious FPEs.
      2bab1d0e
  15. Aug 11, 2023
  16. Aug 09, 2023
  17. Jul 24, 2023
  18. Jul 21, 2023
  19. Jul 20, 2023
  20. Jul 19, 2023
  21. Jul 17, 2023
  22. Jul 15, 2023
  23. Jul 14, 2023
  24. Jul 12, 2023
  25. Jul 10, 2023
  26. Jul 06, 2023
  27. Jul 04, 2023
  28. Jul 03, 2023
  29. Jul 01, 2023
Loading