summaryrefslogtreecommitdiffstats
path: root/cuda
diff options
context:
space:
mode:
authorWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-30 16:14:09 +0100
committerWillem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl>2016-11-30 16:14:09 +0100
commit08b14da8cf13d4fe9dcc4787306991e453976494 (patch)
tree344aa8c81c9c4db47faf166395fd7a6ef81f222e /cuda
parent72aaa4f9176416303eff7cbd9ec56dcb13adc54f (diff)
downloadastra-08b14da8cf13d4fe9dcc4787306991e453976494.tar.gz
astra-08b14da8cf13d4fe9dcc4787306991e453976494.tar.bz2
astra-08b14da8cf13d4fe9dcc4787306991e453976494.tar.xz
astra-08b14da8cf13d4fe9dcc4787306991e453976494.zip
Tune cone_fp block size
Diffstat (limited to 'cuda')
-rw-r--r--cuda/3d/cone_fp.cu2
1 files changed, 1 insertions, 1 deletions
diff --git a/cuda/3d/cone_fp.cu b/cuda/3d/cone_fp.cu
index e6f01e9..181f2fe 100644
--- a/cuda/3d/cone_fp.cu
+++ b/cuda/3d/cone_fp.cu
@@ -48,7 +48,7 @@ namespace astraCUDA3d {
static const unsigned int g_anglesPerBlock = 4;
// thickness of the slices we're splitting the volume up into
-static const unsigned int g_blockSlices = 32;
+static const unsigned int g_blockSlices = 4;
static const unsigned int g_detBlockU = 32;
static const unsigned int g_detBlockV = 32;