diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-01-06 15:10:34 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2016-01-19 16:50:16 +0100 |
commit | 687c5e244e46e51786afad77f5015cae9abad129 (patch) | |
tree | fde2e2dff70e26e8fde2a44c381ced50d71ccf0c /cuda | |
parent | 8e68248bd587456325101911a927b206b5450b31 (diff) | |
download | astra-687c5e244e46e51786afad77f5015cae9abad129.tar.gz astra-687c5e244e46e51786afad77f5015cae9abad129.tar.bz2 astra-687c5e244e46e51786afad77f5015cae9abad129.tar.xz astra-687c5e244e46e51786afad77f5015cae9abad129.zip |
Add multi-GPU support to CompositeGeometryManager
Diffstat (limited to 'cuda')
-rw-r--r-- | cuda/3d/mem3d.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cuda/3d/mem3d.h b/cuda/3d/mem3d.h index 82bad19..acb72cb 100644 --- a/cuda/3d/mem3d.h +++ b/cuda/3d/mem3d.h @@ -87,6 +87,8 @@ bool copyFromGPUMemory(float *dst, MemHandle3D src, const SSubDimensions3D &pos) bool freeGPUMemory(MemHandle3D handle); +bool setGPUIndex(int index); + bool FP(const astra::CProjectionGeometry3D* pProjGeom, MemHandle3D projData, const astra::CVolumeGeometry3D* pVolGeom, MemHandle3D volData, int iDetectorSuperSampling, astra::Cuda3DProjectionKernel projKernel); |