summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Kulhanek <tomas.kulhanek@stfc.ac.uk>2018-12-17 12:38:49 +0000
committerGitHub <noreply@github.com>2018-12-17 12:38:49 +0000
commit21f9ea396f37299529543b2b20f5d70f139147b1 (patch)
tree1774768fb3101d8aedbee7c1adbc41a550a24e7d
parentb3f8f97789426c1612609a9218f05eee2c86dc47 (diff)
downloadregularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.gz
regularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.bz2
regularization-21f9ea396f37299529543b2b20f5d70f139147b1.tar.xz
regularization-21f9ea396f37299529543b2b20f5d70f139147b1.zip
UPDATE: include shared
-rwxr-xr-xCore/regularisers_GPU/TV_SB_GPU_core.cu1
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>