diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-10-23 10:19:32 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2018-11-01 12:09:35 +0100 |
commit | 9c4222b4cab810815a0adee0302501471da177aa (patch) | |
tree | 6a8876055f5edbe37d220653f7fca85b9a1df8d1 /include/astra/Float32Data3DGPU.h | |
parent | f84f0c623cd2652fcf80ec47cb287cc29fd430c5 (diff) | |
download | astra-9c4222b4cab810815a0adee0302501471da177aa.tar.gz astra-9c4222b4cab810815a0adee0302501471da177aa.tar.bz2 astra-9c4222b4cab810815a0adee0302501471da177aa.tar.xz astra-9c4222b4cab810815a0adee0302501471da177aa.zip |
Add minimal GPU Array interface
This extension (only) allows creating a CUDA 3D array, copying projection
data into it, performing a BP from the array, and freeing the array.
Diffstat (limited to 'include/astra/Float32Data3DGPU.h')
-rw-r--r-- | include/astra/Float32Data3DGPU.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/astra/Float32Data3DGPU.h b/include/astra/Float32Data3DGPU.h index cac38f6..b2cdcda 100644 --- a/include/astra/Float32Data3DGPU.h +++ b/include/astra/Float32Data3DGPU.h @@ -38,9 +38,6 @@ along with the ASTRA Toolbox. If not, see <http://www.gnu.org/licenses/>. namespace astra { -astraCUDA3d::MemHandle3D wrapHandle(float *D_ptr, unsigned int x, unsigned int y, unsigned int z, unsigned int pitch); - - /** * This class represents a 3-dimensional block of 32-bit floating point data. * The data block is stored on a GPU, and owned by external code. |