summaryrefslogtreecommitdiffstats
path: root/cuda/2d
Commit message (Collapse)AuthorAgeFilesLines
* Fix memleak in error handlingWillem Jan Palenstijn2021-11-263-6/+15
|
* De-duplicate 2D texture object creationWillem Jan Palenstijn2021-11-265-134/+86
|
* Replace texref by texobj in par_bpWillem Jan Palenstijn2021-11-261-25/+44
|
* Replace texref by texobj in fan_bpWillem Jan Palenstijn2021-11-261-27/+49
|
* Replace texref by texobj in fan_fpWillem Jan Palenstijn2021-11-261-25/+31
|
* Replace texref by texobj in par_fpWillem Jan Palenstijn2021-11-261-26/+33
|
* Remove fft.cu custom cuda error handling macrosWillem Jan Palenstijn2021-11-161-42/+21
|
* Remove unnecessary costly syncs in FFTWillem Jan Palenstijn2021-11-161-2/+8
|
* Add missing synchronize before free in FFTWillem Jan Palenstijn2021-11-161-2/+10
|
* Add checkCufft functionWillem Jan Palenstijn2021-11-161-23/+22
|
* Remove cudaTextForceKernelsCompletionWillem Jan Palenstijn2021-11-167-56/+32
|
* Remove ASTRA_CUDA_ASSERTWillem Jan Palenstijn2021-11-161-27/+14
|
* Remove reportCudaError functionWillem Jan Palenstijn2021-11-161-9/+1
|
* Add new checkCuda function to simplify error handlingWillem Jan Palenstijn2021-11-161-0/+9
|
* Update copyright yearsWillem Jan Palenstijn2021-10-2715-30/+30
|
* Fix memory leak in CUDA 2D fan_bpFerdia Sherry2021-01-271-0/+2
|
* Fix memory leak in CUDA 2D par_fpFerdia2020-09-111-0/+4
| | | Arrays were dynamically allocated in the function convertAndUploadAngles, but were not deallocated, resulting in a memory leak. At the end of this function I now delete [] these arrays, fixing the memory leak.
* Remove unmaintained, out of date 'STANDALONE' cuda codeWillem Jan Palenstijn2019-09-258-670/+0
|
* Small clean up of factorsWillem Jan Palenstijn2019-09-251-1/+1
|
* Improve adjoint matching for fan/cone BP functions, and clean upWillem Jan Palenstijn2019-09-251-152/+112
|
* Fix fan-beam FBP scalingWillem Jan Palenstijn2019-09-252-8/+9
|
* Adjust SART to line integral scalingWillem Jan Palenstijn2019-09-253-9/+10
|
* Clean up outputscale naming confusion in cuda::algoWillem Jan Palenstijn2019-09-253-19/+22
|
* Adjust FBP to line integral scalingWillem Jan Palenstijn2019-09-253-11/+11
|
* Adjust adjoint to line integral scalingWillem Jan Palenstijn2019-09-253-26/+68
|
* Adjust linear/cuda kernels to line integral scalingWillem Jan Palenstijn2019-09-252-7/+6
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-145-14/+4
| | | | | | | | 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.
* Reorganize more filter size functionsWillem Jan Palenstijn2018-07-172-14/+4
|
* Add filter size error reportingWillem Jan Palenstijn2018-07-172-14/+4
|
* Refactor filter configWillem Jan Palenstijn2018-07-172-20/+20
|
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-172-380/+5
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-2232-1442/+103
|
* Merge branch 'fdk'Willem Jan Palenstijn2018-03-181-5/+11
|\
| * Adapt FBP_CUDA voxel-size weighting factorsWillem Jan Palenstijn2017-12-201-3/+8
| |
| * Start on fixing FDK and BP voxel-size weighting factorsWillem Jan Palenstijn2017-12-201-1/+1
| |
* | Remove outdated svn keywordsWillem Jan Palenstijn2018-01-242-2/+0
| |
* | Update outdated URLsWillem Jan Palenstijn2018-01-242-2/+2
| |
* | iMinds -> imecWillem Jan Palenstijn2018-01-2432-32/+32
| |
* | Update copyright dateWillem Jan Palenstijn2018-01-2432-64/+64
| |
* | Update contact emailWillem Jan Palenstijn2018-01-1232-32/+32
| |
* | Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn2018-01-092-0/+13
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-11-2212-42/+56
|\|
| * Separate cuda from astra headers furtherWillem Jan Palenstijn2017-11-016-47/+50
| |
| * Remove some unnecessary includesWillem Jan Palenstijn2017-11-018-22/+4
| |
| * Add astra.astra.get_gpu_info utility functionWillem Jan Palenstijn2017-10-172-0/+28
| |
* | Unify some parallel_vec parameter computationsWillem Jan Palenstijn2017-09-272-29/+6
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2017-09-1530-120/+90
|\|
| * Update headers (website+2016)Willem Jan Palenstijn2016-11-2830-120/+90
| |
* | Merge branch 'master' into parallel_vecWillem Jan Palenstijn2016-10-072-3/+2
|\|
| * Merge branch 'master' into FDKWillem Jan Palenstijn2016-10-061-39/+31
| |\