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

FBP filtering on GPU #423

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on May 29, 2023

  1. Add CUDA implementation of FBP filtering

    * Added Common files
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    2e76574 View commit details
    Browse the repository at this point in the history
  2. Add CUDA implementation of FBP filtering

    * Modified and added Matlab files
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    235c005 View commit details
    Browse the repository at this point in the history
  3. Add CUDA implementation of FBP filtering

    * Modified and added Python files
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    249c7a7 View commit details
    Browse the repository at this point in the history
  4. Optimise FbpFiltration.cu

    * Use cufftExecR2C and cufftExecC2R to omit slow copy.
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    3e9bc03 View commit details
    Browse the repository at this point in the history
  5. Add another imlementation for CUDA FBP filtration

    * Padding and FBP filtration are applied in `apply_filtration2` function
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c0245a4 View commit details
    Browse the repository at this point in the history
  6. Add another imlementation for CUDA FBP filtration

    * Modified matlab files
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    054de44 View commit details
    Browse the repository at this point in the history
  7. Add another imlementation for CUDA FBP filtration

    * Modified python files
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    18c7680 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    46157e4 View commit details
    Browse the repository at this point in the history
  9. Refactoring Matlab FDK and FBP

    * Moved transposing projections into filtering
    tsadakane committed May 29, 2023
    Configuration menu
    Copy the full SHA
    aed4379 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7c97471 View commit details
    Browse the repository at this point in the history