Remove OpenCL header and use CUDA header in CUDA version
This commit is contained in:
parent
435cb3b971
commit
06c24b2867
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user