diff options
author | dkazanc <dkazanc@hotmail.com> | 2018-12-04 16:13:38 +0000 |
---|---|---|
committer | dkazanc <dkazanc@hotmail.com> | 2018-12-04 16:13:38 +0000 |
commit | c9ee9ecc84881595b04f19280c93bcd587171270 (patch) | |
tree | 5074abd308c3e2f4425ee27251d242f3273f1dd4 /Wrappers/Python/setup-regularisers.py.in | |
parent | 8b8dfc68fa6b70ec7eefcdfb928fb383196bec97 (diff) | |
download | regularization-c9ee9ecc84881595b04f19280c93bcd587171270.tar.gz regularization-c9ee9ecc84881595b04f19280c93bcd587171270.tar.bz2 regularization-c9ee9ecc84881595b04f19280c93bcd587171270.tar.xz regularization-c9ee9ecc84881595b04f19280c93bcd587171270.zip |
GPU version, this completes implementation of nltv #68
Diffstat (limited to 'Wrappers/Python/setup-regularisers.py.in')
-rw-r--r-- | Wrappers/Python/setup-regularisers.py.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Wrappers/Python/setup-regularisers.py.in b/Wrappers/Python/setup-regularisers.py.in index 542dcb4..462edda 100644 --- a/Wrappers/Python/setup-regularisers.py.in +++ b/Wrappers/Python/setup-regularisers.py.in @@ -45,6 +45,7 @@ extra_include_dirs += [os.path.join(".." , ".." , "Core"), os.path.join(".." , ".." , "Core", "regularisers_GPU" , "NDF" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "dTV_FGP" ) , os.path.join(".." , ".." , "Core", "regularisers_GPU" , "DIFF4th" ) , + os.path.join(".." , ".." , "Core", "regularisers_GPU" , "PatchSelect" ) , "."] if platform.system() == 'Windows': |