summaryrefslogtreecommitdiffstats
path: root/cuda/3d
Commit message (Collapse)AuthorAgeFilesLines
* Add CompositeGeometryManagerWillem Jan Palenstijn2015-12-044-82/+378
| | | | | This handles FP and BP operations on multiple data objects at once, splitting them to fit in GPU memory where necessary.
* Fix assertWillem Jan Palenstijn2015-07-161-1/+1
|
* Merge branch 'master' into volgeom3dWillem Jan Palenstijn2015-04-153-7/+9
|\
| * Initialize variables to avoid warningWillem Jan Palenstijn2015-03-302-2/+2
| | | | | | | | | | These variables are never used when uninitialized, but Visual Studio complains about them.
| * Adds ASTRA_*** defines for easier logging, and changes internal calls to ↵Daniel M. Pelt2015-03-131-5/+5
| | | | | | | | these defines
| * Use new logging API internally instead of printf / iostreamDaniel M. Pelt2015-03-101-5/+7
| |
* | Adapt standalone test programs to outputscaleWillem Jan Palenstijn2015-03-122-2/+2
| |
* | Scale CUDA 3D FP/BP output with volume pixel sizeWillem Jan Palenstijn2015-03-125-37/+36
| |
* | Add outputScale argument to 3D CUDA BPWillem Jan Palenstijn2015-03-129-38/+54
| |
* | Add flexible volgeom3d support to astraCudaFPWillem Jan Palenstijn2015-03-122-217/+36
| |
* | Add flexible volgeom3d support to astraCudaBPWillem Jan Palenstijn2015-03-112-202/+21
| |
* | Add flexible volgeom3d support to astraCudaBP_SIRTWeightedWillem Jan Palenstijn2015-03-112-80/+38
| |
* | Add another utility functionWillem Jan Palenstijn2015-03-111-46/+53
| |
* | Let astraCudaFDK use utility functionsWillem Jan Palenstijn2015-03-112-33/+16
| |
* | Adjust interface slightlyWillem Jan Palenstijn2015-03-111-11/+12
| |
* | Allow non-centered volume geometry in SIRT3D and CGLS3DWillem Jan Palenstijn2015-03-092-286/+88
| |
* | Add 3d geometry normalization functionsWillem Jan Palenstijn2015-03-062-0/+166
|/
* Untangle cuda and astra includesWillem Jan Palenstijn2015-03-022-114/+1
|
* Greatly speed up CUDA par3d_bpWillem Jan Palenstijn2015-01-291-53/+48
| | | | These are the changes to cone_bp applied to par3d_bp.
* Greatly speed up CUDA cone_bpWillem Jan Palenstijn2015-01-291-99/+96
| | | | | This improves speed by a factor of 10. Tested on Kepler. Joint with Jeroen Bédorf.
* Update copyright to -2015Willem Jan Palenstijn2015-01-2625-50/+50
|
* Update copyright headersWillem Jan Palenstijn2015-01-1925-125/+125
|
* Move BP coordinate transformation to utility functionWillem Jan Palenstijn2014-12-034-0/+89
|
* Remove obsolete debugging outputWillem Jan Palenstijn2014-09-183-22/+0
|
* Remove angle limits in par3dWillem Jan Palenstijn2014-06-232-45/+64
|
* Remove angle limits in coneWillem Jan Palenstijn2014-06-232-48/+72
|
* Fix FDK_CUDA output scaleWillem Jan Palenstijn2014-06-032-0/+5
|
* Add SIRT-Weighted BP3D (par3d-only) for use in large BPWillem Jan Palenstijn2014-05-025-15/+174
|
* Replace macro by template in cone_fpWillem Jan Palenstijn2014-05-021-178/+202
|
* Replace macro by template in par3d_fpWillem Jan Palenstijn2014-05-021-264/+281
|
* Add support for short-scan fan-beam FBPWillem Jan Palenstijn2014-04-161-1/+5
| | | | | | Note that currently angles have to be negative for this to work. (This should be changed.)
* Add fan beam support to FBP_CUDAWillem Jan Palenstijn2014-04-162-3/+28
|
* Remove padding in 3D cuda in favour of Border modeWillem Jan Palenstijn2014-04-167-201/+96
|
* Remove padding in 2D cuda in favour of Border modeWillem Jan Palenstijn2014-04-162-3/+3
|
* Add global astra_set_gpu_index functionWillem Jan Palenstijn2014-04-022-45/+56
|
* Update version to 1.3Willem Jan Palenstijn2013-07-0125-0/+8218