GithubHelp home page GithubHelp logo

conebeamgpu's Introduction

Cone Beam CT Reconstruction on GPU

CUDA implementation of Cone Beam CT Reconstruction.

Requirements

Hardware

  • Nvidia CUDA compatiable GPU (computation ability > 2.0)

This project is the source code of

Yuechao Lu, Fumihiko Ino, and Kenichi Hagihara. ``Cache-Aware GPU Optimization for Out-of-Core Cone Beam CT Reconstruction of High-Resolution Volumes''. IEICE Transactions on Information and Systems, Vol. E99-D, No. 12, pp. 3060--3071, (2016-12).

conebeamgpu's People

Contributors

luyuechao avatar

Stargazers

Kun Wang avatar Silvio Tisato avatar gwm avatar

Watchers

James Cloos avatar Kun Wang avatar  avatar

Forkers

shentuyuanwen

conebeamgpu's Issues

compiler error

ubuntu 19.04
cuda 10.01
try to deal with skyscan 1176 cone beam ct source file (*.tif), but failed to compile the source code. hopefully, you can figure it out.

[jason@jason-MXP /opt/ConeBeamGpu/src]$ 
nvcc -O3 -arch=compute_52 -code=compute_52 -Xcompiler -fopenmp -lgomp main.cu -o conebeamgpu -I/home/jason/NVIDIA_CUDA-10.1_Samples/common/inc/
main.cu(175): warning: result of call is not used

main.cu(175): warning: result of call is not used

main.cu: In function ‘void Host(VolumeParameter*, char*, char*)’:
main.cu:244:23: warning: ‘cudaError_t cudaThreadSynchronize()’ is deprecated [-Wdeprecated-declarations]
    cudaThreadSynchronize();  /*Block CPU until ALL GPU finish job*/
                       ^
/usr/local/cuda-10.1/bin/../targets/x86_64-linux/include/cuda_runtime_api.h:957:46: note: declared here
 extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaThreadSynchronize(void);
                                              ^~~~~~~~~~~~~~~~~~~~~
main.cu:244:23: warning: ‘cudaError_t cudaThreadSynchronize()’ is deprecated [-Wdeprecated-declarations]
    cudaThreadSynchronize();  /*Block CPU until ALL GPU finish job*/
                       ^
/usr/local/cuda-10.1/bin/../targets/x86_64-linux/include/cuda_runtime_api.h:957:46: note: declared here
 extern __CUDA_DEPRECATED __host__ cudaError_t CUDARTAPI cudaThreadSynchronize(void);
                                              ^~~~~~~~~~~~~~~~~~~~~
main.cu:175:6: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
    fread(VolPrm->picture.picArray[picture_ID + i], sizeof(float), VolPrm->pixel_num, picFile);
    ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/bin/ld: /tmp/tmpxft_000027d5_00000000-9_main.o: in function `main':
tmpxft_000027d5_00000000-5_main.cudafe1.cpp:(.text.startup+0xab): undefined reference to `get_param(VolumeParameter*, char*)'
/usr/bin/ld: tmpxft_000027d5_00000000-5_main.cudafe1.cpp:(.text.startup+0x8bf): undefined reference to `reconstruction(float*, int, int, unsigned long long, PictureParameter)'
/usr/bin/ld: tmpxft_000027d5_00000000-5_main.cudafe1.cpp:(.text.startup+0xadf): undefined reference to `OutputToDisk(VolumeParameter*, int, char*)'
/usr/bin/ld: tmpxft_000027d5_00000000-5_main.cudafe1.cpp:(.text.startup+0xef4): undefined reference to `free_host_mem(VolumeParameter*)'
collect2: error: ld returned 1 exit status

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.