diff options
author | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-11-28 23:01:03 +0000 |
---|---|---|
committer | Daniil Kazantsev <dkazanc@hotmail.com> | 2019-11-28 23:01:03 +0000 |
commit | c65291e6b987283e4767a8ad2bd2d2433ca3782e (patch) | |
tree | c3b660c9b2151f2ff1a12352daf73dfc90d1c3a3 /src/Python/setup-regularisers.py.in | |
parent | cdef6a981f1772ed04fe44bbe2b8251983a4ba7a (diff) | |
download | regularization-c65291e6b987283e4767a8ad2bd2d2433ca3782e.tar.gz regularization-c65291e6b987283e4767a8ad2bd2d2433ca3782e.tar.bz2 regularization-c65291e6b987283e4767a8ad2bd2d2433ca3782e.tar.xz regularization-c65291e6b987283e4767a8ad2bd2d2433ca3782e.zip |
all work completed on gpu version of pdtv
Diffstat (limited to 'src/Python/setup-regularisers.py.in')
-rw-r--r-- | src/Python/setup-regularisers.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Python/setup-regularisers.py.in b/src/Python/setup-regularisers.py.in index 9a5b693..c4ad143 100644 --- a/src/Python/setup-regularisers.py.in +++ b/src/Python/setup-regularisers.py.in @@ -39,6 +39,7 @@ extra_include_dirs += [os.path.join(".." , "Core"), os.path.join(".." , "Core", "inpainters_CPU"), os.path.join(".." , "Core", "regularisers_GPU" , "TV_FGP" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TV_ROF" ) , + os.path.join(".." , "Core", "regularisers_GPU" , "TV_PD" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TV_SB" ) , os.path.join(".." , "Core", "regularisers_GPU" , "TGV" ) , os.path.join(".." , "Core", "regularisers_GPU" , "LLTROF" ) , |