summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-15Also split volumes in X/Y directions to respect CUDA limitsWillem Jan Palenstijn
2016-02-10Update gen.py to work on more python versionsWillem Jan Palenstijn
2016-02-10Refactor FP and BP jobs creation in the composite geometry managerNicola Vigano
2016-02-02Merge pull request #107 from wjp/multiWillem Jan Palenstijn
Add multi-GPU support to CompositeGeometryManager
2016-01-21Merge pull request #110 from wjp/buildWillem Jan Palenstijn
Build system improvements
2016-01-21Fix VPATH problem with older autoconf versionsWillem Jan Palenstijn
2016-01-21Fix file permissionsWillem Jan Palenstijn
2016-01-20Don't build cuda non-PIC object if static libs are disabledWillem Jan Palenstijn
This significantly speeds up builds since we usually pass disable-static to libtool.
2016-01-20Try to improve nvcc dependency file generationWillem Jan Palenstijn
We now append empty targets for all dependencies listed in the .d file generated by nvcc. This mimics the behaviour of gcc's -MP option, and prevents deleted header files from breaking the build.
2016-01-20Use nvcc's -MT optionWillem Jan Palenstijn
2016-01-20Avoid incorrect include dirs when building python modulesWillem Jan Palenstijn
2016-01-20Add check for scipyWillem Jan Palenstijn
The module matrix_c.pyx uses it.
2016-01-20Fail when python six module is not foundWillem Jan Palenstijn
2016-01-20Place Python build/temporary files in build directoryWillem Jan Palenstijn
This also allows out-of-tree builds for Python.
2016-01-20Allow out-of-tree buildsWillem Jan Palenstijn
2016-01-19Add multi-GPU sampleWillem Jan Palenstijn
2016-01-19Rename sample with conflicting filenameWillem Jan Palenstijn
2016-01-19Allow multiple GPUs in ASTRA_GPU_INDEX envvarWillem Jan Palenstijn
2016-01-19Change python set_gpu_index to matchWillem Jan Palenstijn
2016-01-19Add multi-GPU support to CompositeGeometryManagerWillem Jan Palenstijn
2016-01-19Remove noisy debugging outputWillem Jan Palenstijn
2016-01-19Fix whitespaceWillem Jan Palenstijn
2016-01-19Merge pull request #108 from dmpelt/readthedocsWillem Jan Palenstijn
Move documentation to readthedocs
2016-01-19Sync README.txt with README.mdWillem Jan Palenstijn
2016-01-19Remove existing outdated Python API reference documentationDaniel M. Pelt
2016-01-19Merge pull request #22 from dmpelt/experimental-no-cudaWillem Jan Palenstijn
Fix experimental.pyx for non-CUDA compilation
2016-01-19Fix experimental.pyx for non-CUDA compilationDaniel M. Pelt
2016-01-18Merge branch 'master'Willem Jan Palenstijn
2016-01-18Merge pull request #106 from wjp/creditsWillem Jan Palenstijn
Update credits
2016-01-18Merge pull request #105 from wjp/stringsWillem Jan Palenstijn
Replace boost::lexical_cast by stringstreams
2016-01-18Allow user to pass NVCCFLAGS to configureWillem Jan Palenstijn
2016-01-14Merge branch 'master'Willem Jan Palenstijn
2016-01-14Merge pull request #109 from wjp/fix_zdir_projWillem Jan Palenstijn
Fix projections parallel to XZ or YZ planes
2016-01-14Fix projections parallel to XZ or YZ planesWillem Jan Palenstijn
The early-cutoff optimization in CompositeGeometryManager was failing to properly handle +/-Inf.
2016-01-06Mention Python in the readme fileDaniel M. Pelt
2016-01-05Update creditsWillem Jan Palenstijn
2016-01-05Remove (long) obsolete fileWillem Jan Palenstijn
2016-01-05Replace boost::lexical_cast by stringstreamsWillem Jan Palenstijn
This is to avoid the dependence of lexical_cast on the current locale. The stringstreams used for the new string parsing/output functions are explicitly imbued with the C/classic locale.
2016-01-05Remove unused functionsWillem Jan Palenstijn
2015-12-23Merge branch 'master'Willem Jan Palenstijn
2015-12-23Update version to 1.7.1Willem Jan Palenstijn
2015-12-23Add release notes for v1.7.1betaWillem Jan Palenstijn
2015-12-22Merge branch 'master'Willem Jan Palenstijn
2015-12-22Reduce FP3D CUDA kernel runtimeWillem Jan Palenstijn
This reduces the chance of the Windows display driver watchdog triggering, and doesn't seem to hurt performance.
2015-12-16Merge branch 'master'Willem Jan Palenstijn
2015-12-16Merge pull request #102 from wjp/misc_fixesWillem Jan Palenstijn
Misc fixes
2015-12-16Fix origin_det name in create_proj_geom docsWillem Jan Palenstijn
2015-12-10Use less ambiguous letters for create_vol_geom docsWillem Jan Palenstijn
2015-12-09Fix row/col mismatch in 2d par line projectorWillem Jan Palenstijn
2015-12-09Fix uninitialized variableWillem Jan Palenstijn