From 2895e27613dab0815e9f0f2f0ed7853d31f856b4 Mon Sep 17 00:00:00 2001
From: Willem Jan Palenstijn <WillemJan.Palenstijn@uantwerpen.be>
Date: Wed, 2 Apr 2014 14:21:59 +0000
Subject: Add global astra_set_gpu_index function

---
 matlab/tools/astra_set_gpu_index.m | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 matlab/tools/astra_set_gpu_index.m

(limited to 'matlab/tools')

diff --git a/matlab/tools/astra_set_gpu_index.m b/matlab/tools/astra_set_gpu_index.m
new file mode 100644
index 0000000..192ba00
--- /dev/null
+++ b/matlab/tools/astra_set_gpu_index.m
@@ -0,0 +1,18 @@
+function astra_set_gpu_index(index)
+
+%--------------------------------------------------------------------------
+% Set the index of the GPU to use
+%--------------------------------------------------------------------------
+%------------------------------------------------------------------------
+% This file is part of the
+% All Scale Tomographic Reconstruction Antwerp Toolbox ("ASTRA-Toolbox")
+%
+% Copyright: iMinds-Vision Lab, University of Antwerp
+% License: Open Source under GPLv3
+% Contact: mailto:astra@ua.ac.be
+% Website: http://astra.ua.ac.be
+%------------------------------------------------------------------------
+% $Id$
+
+astra_mex('set_gpu_index', index);
+
-- 
cgit v1.2.3