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 <cmath>
|
||||
|
||||
#define __CL_ENABLE_EXCEPTIONS
|
||||
#include "cl.hpp"
|
||||
#include <cuda.h>
|
||||
|
||||
#define DATATYPE double
|
||||
unsigned int ARRAY_SIZE = 50000000;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user