Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Half-precision back-/forward-projection for parallel geometryhalf | Suren A. Chilingaryan | 2022-07-26 | 1 | -1/+21 |
| | |||||
* | Add transferConstants functions for FP kernels for consistency | Willem Jan Palenstijn | 2021-12-06 | 1 | -21/+28 |
| | |||||
* | Fix potential invalid memory access in par3d_fp with many angles | Willem Jan Palenstijn | 2021-12-02 | 1 | -2/+2 |
| | |||||
* | De-duplicate 3D texture object creation | Willem Jan Palenstijn | 2021-11-26 | 1 | -25/+6 |
| | |||||
* | Replace texref by texobj in par3d_fp | Willem Jan Palenstijn | 2021-11-26 | 1 | -35/+44 |
| | |||||
* | Fix (harmless) duplication | Willem Jan Palenstijn | 2021-11-17 | 1 | -1/+1 |
| | |||||
* | Fix non-padded GPULink memory handling in FP3D kernels | Willem Jan Palenstijn | 2021-11-16 | 1 | -0/+7 |
| | | | | | | | | | | This would fail silently if the output projection data object was not padded to a multiple of 32 pixels, potentially corrupting the start of projection rows. 3D GPU memory allocated by ASTRA itself is always padded by cudaMalloc3D and therefore not affected. GPULink allows bypassing this, possibly triggering this bug. | ||||
* | Remove cudaTextForceKernelsCompletion | Willem Jan Palenstijn | 2021-11-16 | 1 | -16/+14 |
| | |||||
* | Update copyright years | Willem Jan Palenstijn | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | Remove unmaintained, out of date 'STANDALONE' cuda code | Willem Jan Palenstijn | 2019-09-25 | 1 | -168/+0 |
| | |||||
* | Move CUDA include files | Willem Jan Palenstijn | 2018-06-22 | 1 | -7/+8 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+3 |
| | |||||
* | Move detector-independent vars out of loop | Willem Jan Palenstijn | 2016-04-18 | 1 | -14/+12 |
| | |||||
* | Add voxel-size scaling to par3d_fp | Willem Jan Palenstijn | 2016-04-18 | 1 | -16/+92 |
| | |||||
* | Refactor CUDA projector params into struct | Willem Jan Palenstijn | 2016-02-10 | 1 | -24/+24 |
| | |||||
* | Reduce FP3D CUDA kernel runtime | Willem Jan Palenstijn | 2015-12-22 | 1 | -1/+1 |
| | | | | | This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance. | ||||
* | Initialize variables to avoid warning | Willem Jan Palenstijn | 2015-03-30 | 1 | -1/+1 |
| | | | | | These variables are never used when uninitialized, but Visual Studio complains about them. | ||||
* | Update copyright to -2015 | Willem Jan Palenstijn | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | Update copyright headers | Willem Jan Palenstijn | 2015-01-19 | 1 | -5/+5 |
| | |||||
* | Remove angle limits in par3d | Willem Jan Palenstijn | 2014-06-23 | 1 | -11/+22 |
| | |||||
* | Replace macro by template in par3d_fp | Willem Jan Palenstijn | 2014-05-02 | 1 | -264/+281 |
| | |||||
* | Remove padding in 3D cuda in favour of Border mode | Willem Jan Palenstijn | 2014-04-16 | 1 | -19/+19 |
| | |||||
* | Update version to 1.3 | Willem Jan Palenstijn | 2013-07-01 | 1 | -0/+814 |