summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * CPU-GPU naming consistencyDaniil Kazantsev2018-02-2613-298/+371
| * FGP CPU parameters passing simplified, FGP GPU addedDaniil Kazantsev2018-02-264-236/+867
| * updates to CPU/GPU core for ROF and demosDaniil Kazantsev2018-02-255-24/+22
| * GPU test fixed, cpu vs gpu test added for ROF-TValgol2018-02-225-15/+138
| * modified gpu regularizers buildEdoardo Pasca2018-02-212-16/+20
| * Merge branch 'GPU_test' of https://github.com/vais-ral/CCPi-FISTA_Reconstruct...Edoardo Pasca2018-02-211-2/+40
| |\
| | * ROF_TV demoDaniil Kazantsev2018-02-211-3/+41
| |/ |/|
| * added TV_ROFEdoardo Pasca2018-02-215-8/+10
|/
* added linker flags as CXX flags for openmp on linuxEdoardo Pasca2018-02-201-1/+1
* CPU demo updatedDaniil Kazantsev2018-02-201-3/+3
* renamed GPU ROF_TVEdoardo Pasca2018-02-201-1/+1
* added ROF_TV to CPU demoEdoardo Pasca2018-02-201-12/+47
* fix wrapper buildEdoardo Pasca2018-02-201-31/+35
* ROF_TV modified and GPU code added, all cython related files updated, but not...Daniil Kazantsev2018-02-208-169/+638
* added ROF_TV regularizer to library and wrapperEdoardo Pasca2018-02-202-0/+85
* removed and renamed a few thingsEdoardo Pasca2018-02-205-1251/+1
* GPU regularizers fixed, the demo runs smoothlyDaniil Kazantsev2018-02-093-45/+49
* some corrections in GPU-reg demosalgol2018-02-091-4/+17
* Added flag for NVCC and ubuntu 16.04algol2018-02-091-0/+2
* Merge pull request #30 from vais-ral/openmpdkazanc2018-02-081-3/+18
|\
| * add math library at link stageEdoardo Pasca2018-02-081-1/+2
| * compile with OpenMP works on WindowsEdoardo Pasca2018-02-061-3/+17
| * Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TValgol2018-02-062-32/+50
* | Update meta.yamlvais-ral2018-02-071-6/+4
* | Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TValgol2018-02-062-32/+50
|/
* Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_ReconstructionEdoardo Pasca2018-01-300-0/+0
|\
| * fix GPU regularizerEdoardo Pasca2018-01-302-21/+21
| * added demo directoryEdoardo Pasca2018-01-301-0/+442
| * fixed Wrapper Build for linuxEdoardo Pasca2018-01-301-2/+2
| * removed initial lib from library name (unix)Edoardo Pasca2018-01-301-7/+16
| * added CMakeLists.txt for Python WrapperEdoardo Pasca2018-01-301-0/+110
| * finds boost libraries during wrappers build (win)Edoardo Pasca2018-01-307-35/+45
| * minor changes to testEdoardo Pasca2018-01-301-51/+47
| * renamed fista_module_gpu to gpu_regularizers.pyxEdoardo Pasca2018-01-304-1/+447
| * cython wrapper builds without errorsEdoardo Pasca2018-01-302-156/+167
| * added NML but commented outEdoardo Pasca2018-01-301-43/+149
| * WIPEdoardo Pasca2018-01-303-17/+86
| * ndarray has ndim not ndimsEdoardo Pasca2018-01-301-2/+2
| * added cython wrapper for gpu regularizersEdoardo Pasca2018-01-304-1/+1271
| * added infoEdoardo Pasca2018-01-301-0/+11
| * compiles the GPU kernelsEdoardo Pasca2018-01-301-2/+32
* | added test_gpu_regularizer.py in testEdoardo Pasca2018-01-301-0/+131
* | fix GPU regularizerEdoardo Pasca2018-01-302-21/+21
* | Merge branch 'gpu' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction i...Edoardo Pasca2018-01-291-2/+2
|\ \
| * | fixed Wrapper Build for linuxEdoardo Pasca2018-01-291-2/+2
* | | added demo directoryEdoardo Pasca2018-01-291-0/+442
|/ /
* | removed initial lib from library name (unix)Edoardo Pasca2018-01-291-7/+16
* | added CMakeLists.txt for Python WrapperEdoardo Pasca2018-01-291-0/+110
* | finds boost libraries during wrappers build (win)Edoardo Pasca2018-01-297-35/+45
* | minor changes to testEdoardo Pasca2018-01-291-51/+47