From e0545689ce9ab0e1e586a5264c937cbdf12750f8 Mon Sep 17 00:00:00 2001
From: Moises Fernandez <moisesf@fmrib.ox.ac.uk>
Date: Fri, 7 Dec 2012 20:34:55 +0000
Subject: [PATCH] A template with the options to compile (it includes the size
 of the structures such as gradient directions used)

---
 CUDA/options/options.h | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 CUDA/options/options.h

diff --git a/CUDA/options/options.h b/CUDA/options/options.h
new file mode 100644
index 0000000..2f618e5
--- /dev/null
+++ b/CUDA/options/options.h
@@ -0,0 +1,5 @@
+#define NDIRECTIONS 734 
+#define NFIBRES 3 
+#define NPARAMS 14
+#define MAXNDIRS_PER_THREAD 12
+#define THREADS_BLOCK 64
-- 
GitLab