Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Porting Pixel Tracks to Alpaka [Not to Merge] #41117

Closed
wants to merge 35 commits into from

Commits on Nov 29, 2023

  1. Rebase

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    4c921b3 View commit details
    Browse the repository at this point in the history
  2. Code formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    bb4318e View commit details
    Browse the repository at this point in the history
  3. Fixing tests

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    a8dfc70 View commit details
    Browse the repository at this point in the history
  4. Code formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    92bbcc4 View commit details
    Browse the repository at this point in the history
  5. Ports prefixScan, OneToManyAssoc and HistoContainer from CUDAUtilities.

    This version allow usage of runtime sized arrays.
    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5a92c57 View commit details
    Browse the repository at this point in the history
  6. [WIP] rescoping in classes by use case.

    Unit tests need to explicitely indicate which use case it targets.
    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    77e89f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    75bdb85 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5be634d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b5a4c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9d8ed34 View commit details
    Browse the repository at this point in the history
  11. [WIP] Removes redundant \'inline\'

    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2161601 View commit details
    Browse the repository at this point in the history
  12. [WIP]: remove unused variables.

    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cb4caf4 View commit details
    Browse the repository at this point in the history
  13. [WIP] Removed unnecessary includes

    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    450ad5e View commit details
    Browse the repository at this point in the history
  14. [WIP] Removed anonmous name space for sign conversions.

    Flexi Storage sizes are expressed in ints to allow -1 value, signaling runtime sized (and user provided) stortage.
    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    509e4cd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d065a94 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    acc9ca1 View commit details
    Browse the repository at this point in the history
  17. [WIP] Code format and cleanup.

    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6f9f42a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f740a95 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5ae08eb View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    53316c4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    c50a58f View commit details
    Browse the repository at this point in the history
  22. [WIP] Moves body of constructor out of header to prevent compiling ke…

    …rnel calling code in non-alpaka compilation units.
    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    cfbf6f1 View commit details
    Browse the repository at this point in the history
  23. [WIP] Code format.

    ericcano authored and AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    2826902 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9213301 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    7611f3f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    d86eb99 View commit details
    Browse the repository at this point in the history
  27. Code formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    1744629 View commit details
    Browse the repository at this point in the history
  28. Code Formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    ac63b7b View commit details
    Browse the repository at this point in the history
  29. Address first comments on 43295

    - missing test for ROOTReadStreamer
    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f524bfd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    15d6f21 View commit details
    Browse the repository at this point in the history
  31. Code formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9facf5e View commit details
    Browse the repository at this point in the history
  32. Updates

    - general renaming to have *Device, *Host, *Collection data formats
    - consistent package naming with XSoA
    - fix for resolutions
    - adding various new functionalities to all dataformatas (automatic dictionaries for Host SoA and Device-Host assert, ...)
    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5adcc40 View commit details
    Browse the repository at this point in the history
  33. Code formats

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    194576a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    22bcf97 View commit details
    Browse the repository at this point in the history
  35. Realing with PR 43295

    AdrianoDee committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    d83a814 View commit details
    Browse the repository at this point in the history