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

ODD CUDA Reconstruction, main branch (2024.04.23.) #552

Merged
merged 2 commits into from
Apr 25, 2024

Commits on Apr 25, 2024

  1. Allow the usage of a resizable measurement collection on input.

    One that can't give its size all too easily. At the same time
    removed the usage of a device container for accessing information
    in device memory, in host code. (As it would allow for crashes
    through coding mistakes way too easily.)
    krasznaa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    2312948 View commit details
    Browse the repository at this point in the history
  2. Added track finding and fitting to the algorithm sequence.

    For both the host and with CUDA. Comparing the outputs of the two.
    krasznaa committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    44f3221 View commit details
    Browse the repository at this point in the history