summaryrefslogtreecommitdiffstats
path: root/cuda/2d/cgls.cu
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Remove unmaintained, out of date 'STANDALONE' cuda codeWillem Jan Palenstijn2019-09-251-61/+0
|
* Adjust FBP to line integral scalingWillem Jan Palenstijn2019-09-251-2/+2
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-141-3/+1
| | | | | | | | The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken.
* Move CUDA include filesWillem Jan Palenstijn2018-06-221-6/+6
|
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-151-4/+3
|\
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
| |
* | Add CUDA parvec supportWillem Jan Palenstijn2016-07-291-36/+0
|/
* Add outputScale argument to 2D CUDA BPWillem Jan Palenstijn2015-03-121-2/+2
|
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Replace direct cudaMemcpy2D calls by utility functionsWillem Jan Palenstijn2014-04-161-4/+4
|
* Split up processVol in Vol/Sino casesWillem Jan Palenstijn2014-04-161-7/+7
|
* Change allocate/zeroVolume to volume/sinogram-specific variantsWillem Jan Palenstijn2014-04-161-7/+7
|
* Remove padding in 2D cuda in favour of Border modeWillem Jan Palenstijn2014-04-161-26/+26
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+304