summaryrefslogtreecommitdiffstats
path: root/include/astra/cuda/2d
Commit message (Collapse)AuthorAgeFilesLines
* Fix memleak in error handlingWillem Jan Palenstijn2021-11-261-1/+1
|
* De-duplicate 2D texture object creationWillem Jan Palenstijn2021-11-261-0/+4
|
* Improve include guard consistencyWillem Jan Palenstijn2021-11-172-4/+4
|
* Remove cudaTextForceKernelsCompletionWillem Jan Palenstijn2021-11-161-5/+0
|
* Remove ASTRA_CUDA_ASSERTWillem Jan Palenstijn2021-11-161-6/+3
|
* Remove reportCudaError functionWillem Jan Palenstijn2021-11-161-2/+1
|
* Add new checkCuda function to simplify error handlingWillem Jan Palenstijn2021-11-161-0/+1
|
* Update copyright yearsWillem Jan Palenstijn2021-10-2716-32/+32
|
* Clean up outputscale naming confusion in cuda::algoWillem Jan Palenstijn2019-09-252-1/+7
|
* Adjust FBP to line integral scalingWillem Jan Palenstijn2019-09-252-3/+6
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-141-4/+0
| | | | | | | | 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.
* Add filter size error reportingWillem Jan Palenstijn2018-07-171-2/+0
|
* Refactor filter configWillem Jan Palenstijn2018-07-172-5/+3
|
* Refactor a few filter-related functions out of cuda codeWillem Jan Palenstijn2018-07-174-67/+5
|
* Move CUDA include filesWillem Jan Palenstijn2018-06-2217-0/+1335