-
Notifications
You must be signed in to change notification settings - Fork 191
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
base: master
Are you sure you want to change the base?
FBP filtering on GPU #423
Commits on May 29, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2e76574 - Browse repository at this point
Copy the full SHA 2e76574View commit details -
Add CUDA implementation of FBP filtering
* Modified and added Matlab files
Configuration menu - View commit details
-
Copy full SHA for 235c005 - Browse repository at this point
Copy the full SHA 235c005View commit details -
Add CUDA implementation of FBP filtering
* Modified and added Python files
Configuration menu - View commit details
-
Copy full SHA for 249c7a7 - Browse repository at this point
Copy the full SHA 249c7a7View commit details -
* Use cufftExecR2C and cufftExecC2R to omit slow copy.
Configuration menu - View commit details
-
Copy full SHA for 3e9bc03 - Browse repository at this point
Copy the full SHA 3e9bc03View commit details -
Add another imlementation for CUDA FBP filtration
* Padding and FBP filtration are applied in `apply_filtration2` function
Configuration menu - View commit details
-
Copy full SHA for c0245a4 - Browse repository at this point
Copy the full SHA c0245a4View commit details -
Add another imlementation for CUDA FBP filtration
* Modified matlab files
Configuration menu - View commit details
-
Copy full SHA for 054de44 - Browse repository at this point
Copy the full SHA 054de44View commit details -
Add another imlementation for CUDA FBP filtration
* Modified python files
Configuration menu - View commit details
-
Copy full SHA for 18c7680 - Browse repository at this point
Copy the full SHA 18c7680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46157e4 - Browse repository at this point
Copy the full SHA 46157e4View commit details -
Refactoring Matlab FDK and FBP
* Moved transposing projections into filtering
Configuration menu - View commit details
-
Copy full SHA for aed4379 - Browse repository at this point
Copy the full SHA aed4379View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c97471 - Browse repository at this point
Copy the full SHA 7c97471View commit details