Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added linker flags as CXX flags for openmp on linux | Edoardo Pasca | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | CPU demo updated | Daniil Kazantsev | 2018-02-20 | 1 | -3/+3 |
| | |||||
* | renamed GPU ROF_TV | Edoardo Pasca | 2018-02-20 | 1 | -1/+1 |
| | |||||
* | added ROF_TV to CPU demo | Edoardo Pasca | 2018-02-20 | 1 | -12/+47 |
| | |||||
* | fix wrapper build | Edoardo Pasca | 2018-02-20 | 1 | -31/+35 |
| | |||||
* | ROF_TV modified and GPU code added, all cython related files updated, but ↵ | Daniil Kazantsev | 2018-02-20 | 8 | -169/+638 |
| | | | | not testes | ||||
* | added ROF_TV regularizer to library and wrapper | Edoardo Pasca | 2018-02-20 | 2 | -0/+85 |
| | |||||
* | removed and renamed a few things | Edoardo Pasca | 2018-02-20 | 5 | -1251/+1 |
| | |||||
* | GPU regularizers fixed, the demo runs smoothly | Daniil Kazantsev | 2018-02-09 | 3 | -45/+49 |
| | |||||
* | some corrections in GPU-reg demos | algol | 2018-02-09 | 1 | -4/+17 |
| | |||||
* | Added flag for NVCC and ubuntu 16.04 | algol | 2018-02-09 | 1 | -0/+2 |
| | | | | https://groups.google.com/forum/#!msg/caffe-users/Tm3OsZBwN9Q/XKGRKNdmBAAJ | ||||
* | Merge pull request #30 from vais-ral/openmp | dkazanc | 2018-02-08 | 1 | -3/+18 |
|\ | | | | | Openmp | ||||
| * | add math library at link stage | Edoardo Pasca | 2018-02-08 | 1 | -1/+2 |
| | | |||||
| * | compile with OpenMP works on Windows | Edoardo Pasca | 2018-02-06 | 1 | -3/+17 |
| | | |||||
| * | Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TV | algol | 2018-02-06 | 2 | -32/+50 |
| | | |||||
* | | Update meta.yaml | vais-ral | 2018-02-07 | 1 | -6/+4 |
| | | | | | | Removed python explicit version dependency | ||||
* | | Updated demo for CPU regularizers, bug fixed in fista_module.cpp for FGP_TV | algol | 2018-02-06 | 2 | -32/+50 |
|/ | |||||
* | Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction | Edoardo Pasca | 2018-01-30 | 0 | -0/+0 |
|\ | |||||
| * | fix GPU regularizer | Edoardo Pasca | 2018-01-30 | 2 | -21/+21 |
| | | |||||
| * | added demo directory | Edoardo Pasca | 2018-01-30 | 1 | -0/+442 |
| | | |||||
| * | fixed Wrapper Build for linux | Edoardo Pasca | 2018-01-30 | 1 | -2/+2 |
| | | |||||
| * | removed initial lib from library name (unix) | Edoardo Pasca | 2018-01-30 | 1 | -7/+16 |
| | | |||||
| * | added CMakeLists.txt for Python Wrapper | Edoardo Pasca | 2018-01-30 | 1 | -0/+110 |
| | | |||||
| * | finds boost libraries during wrappers build (win) | Edoardo Pasca | 2018-01-30 | 7 | -35/+45 |
| | | | | | | | | | | finds and set the correct name for the boost libraries. Builds GPU wrapper if CUDA is found. | ||||
| * | minor changes to test | Edoardo Pasca | 2018-01-30 | 1 | -51/+47 |
| | | |||||
| * | renamed fista_module_gpu to gpu_regularizers.pyx | Edoardo Pasca | 2018-01-30 | 4 | -1/+447 |
| | | | | | | | | Cleaned test_cpu_regularizers.py | ||||
| * | cython wrapper builds without errors | Edoardo Pasca | 2018-01-30 | 2 | -156/+167 |
| | | | | | | | | TODO: test | ||||
| * | added NML but commented out | Edoardo Pasca | 2018-01-30 | 1 | -43/+149 |
| | | |||||
| * | WIP | Edoardo Pasca | 2018-01-30 | 3 | -17/+86 |
| | | |||||
| * | ndarray has ndim not ndims | Edoardo Pasca | 2018-01-30 | 1 | -2/+2 |
| | | |||||
| * | added cython wrapper for gpu regularizers | Edoardo Pasca | 2018-01-30 | 4 | -1/+1271 |
| | | |||||
| * | added info | Edoardo Pasca | 2018-01-30 | 1 | -0/+11 |
| | | |||||
| * | compiles the GPU kernels | Edoardo Pasca | 2018-01-30 | 1 | -2/+32 |
| | | |||||
* | | added test_gpu_regularizer.py in test | Edoardo Pasca | 2018-01-30 | 1 | -0/+131 |
| | | |||||
* | | fix GPU regularizer | Edoardo Pasca | 2018-01-30 | 2 | -21/+21 |
| | | |||||
* | | Merge branch 'gpu' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction ↵ | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
|\ \ | | | | | | | | | | into gpu | ||||
| * | | fixed Wrapper Build for linux | Edoardo Pasca | 2018-01-29 | 1 | -2/+2 |
| | | | |||||
* | | | added demo directory | Edoardo Pasca | 2018-01-29 | 1 | -0/+442 |
|/ / | |||||
* | | removed initial lib from library name (unix) | Edoardo Pasca | 2018-01-29 | 1 | -7/+16 |
| | | |||||
* | | added CMakeLists.txt for Python Wrapper | Edoardo Pasca | 2018-01-29 | 1 | -0/+110 |
| | | |||||
* | | finds boost libraries during wrappers build (win) | Edoardo Pasca | 2018-01-29 | 7 | -35/+45 |
| | | | | | | | | | | finds and set the correct name for the boost libraries. Builds GPU wrapper if CUDA is found. | ||||
* | | minor changes to test | Edoardo Pasca | 2018-01-29 | 1 | -51/+47 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into gpu | Edoardo Pasca | 2018-01-29 | 4 | -1/+421 |
|\| | |||||
| * | ROF TV regularizer added #22 | Daniil Kazantsev | 2018-01-26 | 4 | -1/+421 |
| | | |||||
* | | renamed fista_module_gpu to gpu_regularizers.pyx | Edoardo Pasca | 2018-01-29 | 4 | -1/+447 |
| | | | | | | | | Cleaned test_cpu_regularizers.py | ||||
* | | cython wrapper builds without errors | Edoardo Pasca | 2018-01-26 | 2 | -156/+167 |
| | | | | | | | | TODO: test | ||||
* | | added NML but commented out | Edoardo Pasca | 2018-01-26 | 1 | -43/+149 |
| | | |||||
* | | Merge branch 'master' into gpu | Edoardo Pasca | 2018-01-25 | 59 | -9714/+28 |
|\ \ | |||||
| * | | Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction | Edoardo Pasca | 2018-01-25 | 17 | -2168/+11 |
| |\| | |||||
| | * | Merge branch 'master' of https://github.com/vais-ral/CCPi-FISTA_Reconstruction | algol | 2018-01-25 | 40 | -7518/+0 |
| | |\ |