diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2018-12-17 12:38:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-17 12:38:49 +0000 |
commit | 21f9ea396f37299529543b2b20f5d70f139147b1 (patch) | |
tree | 1774768fb3101d8aedbee7c1adbc41a550a24e7d | |
parent | b3f8f97789426c1612609a9218f05eee2c86dc47 (diff) | |
download | regularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.gz regularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.bz2 regularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.xz regularization-21f9ea396f37299529543b2b20f5d70f139147b1.zip |
UPDATE: include shared
-rwxr-xr-x | Core/regularisers_GPU/TV_SB_GPU_core.cu | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Core/regularisers_GPU/TV_SB_GPU_core.cu b/Core/regularisers_GPU/TV_SB_GPU_core.cu index 8c66323..1f494ee 100755 --- a/Core/regularisers_GPU/TV_SB_GPU_core.cu +++ b/Core/regularisers_GPU/TV_SB_GPU_core.cu @@ -18,6 +18,7 @@ limitations under the License. */ #include "TV_SB_GPU_core.h" +#include "shared.h" #include <thrust/device_vector.h> #include <thrust/transform_reduce.h> |