Remove OpenCL header and use CUDA header in CUDA version

This commit is contained in:
Tom Deakin 2015-07-16 17:30:54 +01:00
parent 435cb3b971
commit 06c24b2867

View File

@ -7,8 +7,7 @@
#include <iomanip> #include <iomanip>
#include <cmath> #include <cmath>
#define __CL_ENABLE_EXCEPTIONS #include <cuda.h>
#include "cl.hpp"
#define DATATYPE double #define DATATYPE double
unsigned int ARRAY_SIZE = 50000000; unsigned int ARRAY_SIZE = 50000000;