From 06c24b28679bfeed249dc26b81107ba1e3c51835 Mon Sep 17 00:00:00 2001 From: Tom Deakin Date: Thu, 16 Jul 2015 17:30:54 +0100 Subject: [PATCH] Remove OpenCL header and use CUDA header in CUDA version --- cuda-stream.cu | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cuda-stream.cu b/cuda-stream.cu index 8f5082a..bdc7855 100644 --- a/cuda-stream.cu +++ b/cuda-stream.cu @@ -7,8 +7,7 @@ #include #include -#define __CL_ENABLE_EXCEPTIONS -#include "cl.hpp" +#include #define DATATYPE double unsigned int ARRAY_SIZE = 50000000;