summaryrefslogtreecommitdiffstats
path: root/include/astra/cuda/2d
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-11-16 11:28:05 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2021-11-16 11:28:05 +0100
commitd59619737b79ca3bd732fedaff6665e600ee1335 (patch)
tree0cd6892de61ec80dd9f718b7f5980a83b4111d3e /include/astra/cuda/2d
parent231dd3e5e28319aa16155efd9ec7fdc69834666b (diff)
downloadastra-d59619737b79ca3bd732fedaff6665e600ee1335.tar.gz
astra-d59619737b79ca3bd732fedaff6665e600ee1335.tar.bz2
astra-d59619737b79ca3bd732fedaff6665e600ee1335.tar.xz
astra-d59619737b79ca3bd732fedaff6665e600ee1335.zip
Add new checkCuda function to simplify error handling
Diffstat (limited to 'include/astra/cuda/2d')
-rw-r--r--include/astra/cuda/2d/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/astra/cuda/2d/util.h b/include/astra/cuda/2d/util.h
index 49079ef..a7bba89 100644
--- a/include/astra/cuda/2d/util.h
+++ b/include/astra/cuda/2d/util.h
@@ -74,6 +74,7 @@ void duplicateProjectionData(float* D_dst, float* D_src, unsigned int pitch, con
bool cudaTextForceKernelsCompletion();
void reportCudaError(cudaError_t err);
+bool checkCuda(cudaError_t err, const char *msg);
float dotProduct2D(float* D_data, unsigned int pitch,